Hex Color #A89DDF - Custom Color
Color Codes
HEX
#A89DDF
RGB
rgb(168, 157, 223)
HSL
hsl(250, 51%, 75%)
CMYK
cmyk(25%, 30%, 0%, 13%)
HSV
hsv(250, 30%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.46:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.55: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: #A89DDF;
color: #A89DDF;
border-color: #A89DDF;
}
Tailwind CSS (with arbitrary values)
bg-[#A89DDF]
text-[#A89DDF]
border-[#A89DDF]
// Example usage:
<div className="bg-[#A89DDF]">