Hex Color #DBB2DF - Custom Color
Color Codes
HEX
#DBB2DF
RGB
rgb(219, 178, 223)
HSL
hsl(295, 41%, 79%)
CMYK
cmyk(2%, 20%, 0%, 13%)
HSV
hsv(295, 20%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.83:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.45: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: #DBB2DF;
color: #DBB2DF;
border-color: #DBB2DF;
}
Tailwind CSS (with arbitrary values)
bg-[#DBB2DF]
text-[#DBB2DF]
border-[#DBB2DF]
// Example usage:
<div className="bg-[#DBB2DF]">