Hex Color #ADB0FA - Custom Color
Color Codes
HEX
#ADB0FA
RGB
rgb(173, 176, 250)
HSL
hsl(238, 89%, 83%)
CMYK
cmyk(31%, 30%, 0%, 2%)
HSV
hsv(238, 31%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.03:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.37: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: #ADB0FA;
color: #ADB0FA;
border-color: #ADB0FA;
}
Tailwind CSS (with arbitrary values)
bg-[#ADB0FA]
text-[#ADB0FA]
border-[#ADB0FA]
// Example usage:
<div className="bg-[#ADB0FA]">