Hex Color #CD025C - Custom Color
Color Codes
HEX
#CD025C
RGB
rgb(205, 2, 92)
HSL
hsl(333, 98%, 41%)
CMYK
cmyk(0%, 99%, 55%, 20%)
HSV
hsv(333, 99%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.59:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.76:1
Fail - 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: #CD025C;
color: #CD025C;
border-color: #CD025C;
}
Tailwind CSS (with arbitrary values)
bg-[#CD025C]
text-[#CD025C]
border-[#CD025C]
// Example usage:
<div className="bg-[#CD025C]">