Hex Color #C5ADCC - Custom Color
Color Codes
HEX
#C5ADCC
RGB
rgb(197, 173, 204)
HSL
hsl(286, 23%, 74%)
CMYK
cmyk(3%, 15%, 0%, 20%)
HSV
hsv(286, 15%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.05:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.22: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: #C5ADCC;
color: #C5ADCC;
border-color: #C5ADCC;
}
Tailwind CSS (with arbitrary values)
bg-[#C5ADCC]
text-[#C5ADCC]
border-[#C5ADCC]
// Example usage:
<div className="bg-[#C5ADCC]">