Hex Color #C7E06F - Custom Color
Color Codes
HEX
#C7E06F
RGB
rgb(199, 224, 111)
HSL
hsl(73, 65%, 66%)
CMYK
cmyk(11%, 0%, 50%, 12%)
HSV
hsv(73, 50%, 88%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.47:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.32: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: #C7E06F;
color: #C7E06F;
border-color: #C7E06F;
}
Tailwind CSS (with arbitrary values)
bg-[#C7E06F]
text-[#C7E06F]
border-[#C7E06F]
// Example usage:
<div className="bg-[#C7E06F]">