Hex Color #A9ADF4 - Custom Color
Color Codes
HEX
#A9ADF4
RGB
rgb(169, 173, 244)
HSL
hsl(237, 77%, 81%)
CMYK
cmyk(31%, 29%, 0%, 4%)
HSV
hsv(237, 31%, 96%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.11:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.97: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: #A9ADF4;
color: #A9ADF4;
border-color: #A9ADF4;
}
Tailwind CSS (with arbitrary values)
bg-[#A9ADF4]
text-[#A9ADF4]
border-[#A9ADF4]
// Example usage:
<div className="bg-[#A9ADF4]">