Hex Color #ADB9BF - Custom Color
Color Codes
HEX
#ADB9BF
RGB
rgb(173, 185, 191)
HSL
hsl(200, 12%, 71%)
CMYK
cmyk(9%, 3%, 0%, 25%)
HSV
hsv(200, 9%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.01:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.47: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: #ADB9BF;
color: #ADB9BF;
border-color: #ADB9BF;
}
Tailwind CSS (with arbitrary values)
bg-[#ADB9BF]
text-[#ADB9BF]
border-[#ADB9BF]
// Example usage:
<div className="bg-[#ADB9BF]">