Hex Color #DDCFE0 - Custom Color
Color Codes
HEX
#DDCFE0
RGB
rgb(221, 207, 224)
HSL
hsl(289, 22%, 85%)
CMYK
cmyk(1%, 8%, 0%, 12%)
HSV
hsv(289, 8%, 88%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.49:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.08: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: #DDCFE0;
color: #DDCFE0;
border-color: #DDCFE0;
}
Tailwind CSS (with arbitrary values)
bg-[#DDCFE0]
text-[#DDCFE0]
border-[#DDCFE0]
// Example usage:
<div className="bg-[#DDCFE0]">