Hex Color #DAB19C - Custom Color
Color Codes
HEX
#DAB19C
RGB
rgb(218, 177, 156)
HSL
hsl(20, 46%, 73%)
CMYK
cmyk(0%, 19%, 28%, 15%)
HSV
hsv(20, 28%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.95:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.75:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #DAB19C;
color: #DAB19C;
border-color: #DAB19C;
}
Tailwind CSS (with arbitrary values)
bg-[#DAB19C]
text-[#DAB19C]
border-[#DAB19C]
// Example usage:
<div className="bg-[#DAB19C]">