Hex Color #AD9BCD - Custom Color
Color Codes
HEX
#AD9BCD
RGB
rgb(173, 155, 205)
HSL
hsl(262, 33%, 71%)
CMYK
cmyk(16%, 24%, 0%, 20%)
HSV
hsv(262, 24%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.52:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.35: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: #AD9BCD;
color: #AD9BCD;
border-color: #AD9BCD;
}
Tailwind CSS (with arbitrary values)
bg-[#AD9BCD]
text-[#AD9BCD]
border-[#AD9BCD]
// Example usage:
<div className="bg-[#AD9BCD]">