Hex Color #CCC9CC - Custom Color
Color Codes
HEX
#CCC9CC
RGB
rgb(204, 201, 204)
HSL
hsl(300, 3%, 79%)
CMYK
cmyk(0%, 1%, 0%, 20%)
HSV
hsv(300, 1%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.64:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.79:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #CCC9CC;
color: #CCC9CC;
border-color: #CCC9CC;
}
Tailwind CSS (with arbitrary values)
bg-[#CCC9CC]
text-[#CCC9CC]
border-[#CCC9CC]
// Example usage:
<div className="bg-[#CCC9CC]">