Hex Color #ADAEB7 - Custom Color
Color Codes
HEX
#ADAEB7
RGB
rgb(173, 174, 183)
HSL
hsl(234, 6%, 70%)
CMYK
cmyk(5%, 5%, 0%, 28%)
HSV
hsv(234, 5%, 72%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.21:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.52: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: #ADAEB7;
color: #ADAEB7;
border-color: #ADAEB7;
}
Tailwind CSS (with arbitrary values)
bg-[#ADAEB7]
text-[#ADAEB7]
border-[#ADAEB7]
// Example usage:
<div className="bg-[#ADAEB7]">