Hex Color #DD08DA - Custom Color
Color Codes
HEX
#DD08DA
RGB
rgb(221, 8, 218)
HSL
hsl(301, 93%, 45%)
CMYK
cmyk(0%, 96%, 1%, 13%)
HSV
hsv(301, 96%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.10:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.12:1
Pass - WCAG AA (Normal Text)
Fail - 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: #DD08DA;
color: #DD08DA;
border-color: #DD08DA;
}
Tailwind CSS (with arbitrary values)
bg-[#DD08DA]
text-[#DD08DA]
border-[#DD08DA]
// Example usage:
<div className="bg-[#DD08DA]">