Hex Color #ACB9DA - Custom Color
Color Codes
HEX
#ACB9DA
RGB
rgb(172, 185, 218)
HSL
hsl(223, 38%, 76%)
CMYK
cmyk(21%, 15%, 0%, 15%)
HSV
hsv(223, 21%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.96:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.71: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: #ACB9DA;
color: #ACB9DA;
border-color: #ACB9DA;
}
Tailwind CSS (with arbitrary values)
bg-[#ACB9DA]
text-[#ACB9DA]
border-[#ACB9DA]
// Example usage:
<div className="bg-[#ACB9DA]">