Hex Color #F094EE - Custom Color
Color Codes
HEX
#F094EE
RGB
rgb(240, 148, 238)
HSL
hsl(301, 75%, 76%)
CMYK
cmyk(0%, 38%, 1%, 6%)
HSV
hsv(301, 38%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.06:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.18:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #F094EE;
color: #F094EE;
border-color: #F094EE;
}
Tailwind CSS (with arbitrary values)
bg-[#F094EE]
text-[#F094EE]
border-[#F094EE]
// Example usage:
<div className="bg-[#F094EE]">