Hex Color #C2099C - Custom Color
Color Codes
HEX
#C2099C
RGB
rgb(194, 9, 156)
HSL
hsl(312, 91%, 40%)
CMYK
cmyk(0%, 95%, 20%, 24%)
HSV
hsv(312, 95%, 76%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.51:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.81: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: #C2099C;
color: #C2099C;
border-color: #C2099C;
}
Tailwind CSS (with arbitrary values)
bg-[#C2099C]
text-[#C2099C]
border-[#C2099C]
// Example usage:
<div className="bg-[#C2099C]">