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