Hex Color #DBB5AD - Custom Color
Color Codes
HEX
#DBB5AD
RGB
rgb(219, 181, 173)
HSL
hsl(10, 39%, 77%)
CMYK
cmyk(0%, 17%, 21%, 14%)
HSV
hsv(10, 21%, 86%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.87:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.22: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: #DBB5AD;
color: #DBB5AD;
border-color: #DBB5AD;
}
Tailwind CSS (with arbitrary values)
bg-[#DBB5AD]
text-[#DBB5AD]
border-[#DBB5AD]
// Example usage:
<div className="bg-[#DBB5AD]">