Hex Color #EBF98A - Custom Color
Color Codes
HEX
#EBF98A
RGB
rgb(235, 249, 138)
HSL
hsl(68, 90%, 76%)
CMYK
cmyk(6%, 0%, 45%, 2%)
HSV
hsv(68, 45%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.14:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 18.45: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: #EBF98A;
color: #EBF98A;
border-color: #EBF98A;
}
Tailwind CSS (with arbitrary values)
bg-[#EBF98A]
text-[#EBF98A]
border-[#EBF98A]
// Example usage:
<div className="bg-[#EBF98A]">