Hex Color #EFB3FD - Custom Color
Color Codes
HEX
#EFB3FD
RGB
rgb(239, 179, 253)
HSL
hsl(289, 95%, 85%)
CMYK
cmyk(6%, 29%, 0%, 1%)
HSV
hsv(289, 29%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.68:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.54:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #EFB3FD;
color: #EFB3FD;
border-color: #EFB3FD;
}
Tailwind CSS (with arbitrary values)
bg-[#EFB3FD]
text-[#EFB3FD]
border-[#EFB3FD]
// Example usage:
<div className="bg-[#EFB3FD]">