Hex Color #DCF97C - Custom Color
Color Codes
HEX
#DCF97C
RGB
rgb(220, 249, 124)
HSL
hsl(74, 91%, 73%)
CMYK
cmyk(12%, 0%, 50%, 2%)
HSV
hsv(74, 50%, 98%)
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.88: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: #DCF97C;
color: #DCF97C;
border-color: #DCF97C;
}
Tailwind CSS (with arbitrary values)
bg-[#DCF97C]
text-[#DCF97C]
border-[#DCF97C]
// Example usage:
<div className="bg-[#DCF97C]">