Hex Color #DDCBD1 - Custom Color
Color Codes
HEX
#DDCBD1
RGB
rgb(221, 203, 209)
HSL
hsl(340, 21%, 83%)
CMYK
cmyk(0%, 8%, 5%, 13%)
HSV
hsv(340, 8%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.55:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.54: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: #DDCBD1;
color: #DDCBD1;
border-color: #DDCBD1;
}
Tailwind CSS (with arbitrary values)
bg-[#DDCBD1]
text-[#DDCBD1]
border-[#DDCBD1]
// Example usage:
<div className="bg-[#DDCBD1]">