Hex Color #DDD3FD - Custom Color
Color Codes
HEX
#DDD3FD
RGB
rgb(221, 211, 253)
HSL
hsl(254, 91%, 91%)
CMYK
cmyk(13%, 17%, 0%, 1%)
HSV
hsv(254, 17%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.42:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.81: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: #DDD3FD;
color: #DDD3FD;
border-color: #DDD3FD;
}
Tailwind CSS (with arbitrary values)
bg-[#DDD3FD]
text-[#DDD3FD]
border-[#DDD3FD]
// Example usage:
<div className="bg-[#DDD3FD]">