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