Hex Color #DB07CD - Custom Color
Color Codes
HEX
#DB07CD
RGB
rgb(219, 7, 205)
HSL
hsl(304, 94%, 44%)
CMYK
cmyk(0%, 97%, 6%, 14%)
HSV
hsv(304, 97%, 86%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.26:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.92: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: #DB07CD;
color: #DB07CD;
border-color: #DB07CD;
}
Tailwind CSS (with arbitrary values)
bg-[#DB07CD]
text-[#DB07CD]
border-[#DB07CD]
// Example usage:
<div className="bg-[#DB07CD]">