Hex Color #CF5ECF - Custom Color
Color Codes
HEX
#CF5ECF
RGB
rgb(207, 94, 207)
HSL
hsl(300, 54%, 59%)
CMYK
cmyk(0%, 55%, 0%, 19%)
HSV
hsv(300, 55%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.41:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.16: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: #CF5ECF;
color: #CF5ECF;
border-color: #CF5ECF;
}
Tailwind CSS (with arbitrary values)
bg-[#CF5ECF]
text-[#CF5ECF]
border-[#CF5ECF]
// Example usage:
<div className="bg-[#CF5ECF]">