Hex Color #AFB4B9 - Custom Color
Color Codes
HEX
#AFB4B9
RGB
rgb(175, 180, 185)
HSL
hsl(210, 7%, 71%)
CMYK
cmyk(5%, 3%, 0%, 27%)
HSV
hsv(210, 5%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.09:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.05: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: #AFB4B9;
color: #AFB4B9;
border-color: #AFB4B9;
}
Tailwind CSS (with arbitrary values)
bg-[#AFB4B9]
text-[#AFB4B9]
border-[#AFB4B9]
// Example usage:
<div className="bg-[#AFB4B9]">