Hex Color #E6F2BC - Custom Color
Color Codes
HEX
#E6F2BC
RGB
rgb(230, 242, 188)
HSL
hsl(73, 67%, 84%)
CMYK
cmyk(5%, 0%, 22%, 5%)
HSV
hsv(73, 22%, 95%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.18:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 17.79: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: #E6F2BC;
color: #E6F2BC;
border-color: #E6F2BC;
}
Tailwind CSS (with arbitrary values)
bg-[#E6F2BC]
text-[#E6F2BC]
border-[#E6F2BC]
// Example usage:
<div className="bg-[#E6F2BC]">