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