Hex Color #C89BBC - Custom Color
Color Codes
HEX
#C89BBC
RGB
rgb(200, 155, 188)
HSL
hsl(316, 29%, 70%)
CMYK
cmyk(0%, 23%, 6%, 22%)
HSV
hsv(316, 23%, 78%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.37:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.87: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: #C89BBC;
color: #C89BBC;
border-color: #C89BBC;
}
Tailwind CSS (with arbitrary values)
bg-[#C89BBC]
text-[#C89BBC]
border-[#C89BBC]
// Example usage:
<div className="bg-[#C89BBC]">