Hex Color #CC96EA - Custom Color
Color Codes
HEX
#CC96EA
RGB
rgb(204, 150, 234)
HSL
hsl(279, 67%, 75%)
CMYK
cmyk(13%, 36%, 0%, 8%)
HSV
hsv(279, 36%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.30:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.12: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: #CC96EA;
color: #CC96EA;
border-color: #CC96EA;
}
Tailwind CSS (with arbitrary values)
bg-[#CC96EA]
text-[#CC96EA]
border-[#CC96EA]
// Example usage:
<div className="bg-[#CC96EA]">