Hex Color #DA9171 - Custom Color
Color Codes
HEX
#DA9171
RGB
rgb(218, 145, 113)
HSL
hsl(18, 59%, 65%)
CMYK
cmyk(0%, 33%, 48%, 15%)
HSV
hsv(18, 48%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.54:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.27: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: #DA9171;
color: #DA9171;
border-color: #DA9171;
}
Tailwind CSS (with arbitrary values)
bg-[#DA9171]
text-[#DA9171]
border-[#DA9171]
// Example usage:
<div className="bg-[#DA9171]">