Hex Color #D0AFDF - Custom Color
Color Codes
HEX
#D0AFDF
RGB
rgb(208, 175, 223)
HSL
hsl(281, 43%, 78%)
CMYK
cmyk(7%, 22%, 0%, 13%)
HSV
hsv(281, 22%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.93:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.88:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #D0AFDF;
color: #D0AFDF;
border-color: #D0AFDF;
}
Tailwind CSS (with arbitrary values)
bg-[#D0AFDF]
text-[#D0AFDF]
border-[#D0AFDF]
// Example usage:
<div className="bg-[#D0AFDF]">