Hex Color #DEF5EA - Custom Color
Color Codes
HEX
#DEF5EA
RGB
rgb(222, 245, 234)
HSL
hsl(151, 53%, 92%)
CMYK
cmyk(9%, 0%, 4%, 4%)
HSV
hsv(151, 9%, 96%)
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.35: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: #DEF5EA;
color: #DEF5EA;
border-color: #DEF5EA;
}
Tailwind CSS (with arbitrary values)
bg-[#DEF5EA]
text-[#DEF5EA]
border-[#DEF5EA]
// Example usage:
<div className="bg-[#DEF5EA]">