Hex Color #E098FC - Custom Color
Color Codes
HEX
#E098FC
RGB
rgb(224, 152, 252)
HSL
hsl(283, 94%, 79%)
CMYK
cmyk(11%, 40%, 0%, 1%)
HSV
hsv(283, 40%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.09:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.07: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: #E098FC;
color: #E098FC;
border-color: #E098FC;
}
Tailwind CSS (with arbitrary values)
bg-[#E098FC]
text-[#E098FC]
border-[#E098FC]
// Example usage:
<div className="bg-[#E098FC]">