Hex Color #DADED9 - Custom Color
Color Codes
HEX
#DADED9
RGB
rgb(218, 222, 217)
HSL
hsl(108, 7%, 86%)
CMYK
cmyk(2%, 0%, 2%, 13%)
HSV
hsv(108, 2%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.36:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.43: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: #DADED9;
color: #DADED9;
border-color: #DADED9;
}
Tailwind CSS (with arbitrary values)
bg-[#DADED9]
text-[#DADED9]
border-[#DADED9]
// Example usage:
<div className="bg-[#DADED9]">