Hex Color #A1B0AD - Custom Color

Color Codes

HEX
#A1B0AD
RGB
rgb(161, 176, 173)
HSL
hsl(168, 9%, 66%)
CMYK
cmyk(9%, 0%, 2%, 31%)
HSV
hsv(168, 9%, 69%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.25:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 9.33: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: #A1B0AD;
color: #A1B0AD;
border-color: #A1B0AD;
}

Tailwind CSS (with arbitrary values)

bg-[#A1B0AD]
text-[#A1B0AD]
border-[#A1B0AD]
// Example usage:
<div className="bg-[#A1B0AD]">