Hex Color #CFE79E - Custom Color
Color Codes
HEX
#CFE79E
RGB
rgb(207, 231, 158)
HSL
hsl(80, 60%, 76%)
CMYK
cmyk(10%, 0%, 32%, 9%)
HSV
hsv(80, 32%, 91%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.35:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.58: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: #CFE79E;
color: #CFE79E;
border-color: #CFE79E;
}
Tailwind CSS (with arbitrary values)
bg-[#CFE79E]
text-[#CFE79E]
border-[#CFE79E]
// Example usage:
<div className="bg-[#CFE79E]">