Hex Color #C91CBE - Custom Color
Color Codes
HEX
#C91CBE
RGB
rgb(201, 28, 190)
HSL
hsl(304, 76%, 45%)
CMYK
cmyk(0%, 86%, 5%, 21%)
HSV
hsv(304, 86%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.78:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.39: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: #C91CBE;
color: #C91CBE;
border-color: #C91CBE;
}
Tailwind CSS (with arbitrary values)
bg-[#C91CBE]
text-[#C91CBE]
border-[#C91CBE]
// Example usage:
<div className="bg-[#C91CBE]">