Hex Color #C59FBB - Custom Color
Color Codes
HEX
#C59FBB
RGB
rgb(197, 159, 187)
HSL
hsl(316, 25%, 70%)
CMYK
cmyk(0%, 19%, 5%, 23%)
HSV
hsv(316, 19%, 77%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.32:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.05: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: #C59FBB;
color: #C59FBB;
border-color: #C59FBB;
}
Tailwind CSS (with arbitrary values)
bg-[#C59FBB]
text-[#C59FBB]
border-[#C59FBB]
// Example usage:
<div className="bg-[#C59FBB]">