Hex Color #ADBFA6 - Custom Color

Color Codes

HEX
#ADBFA6
RGB
rgb(173, 191, 166)
HSL
hsl(103, 16%, 70%)
CMYK
cmyk(9%, 0%, 13%, 25%)
HSV
hsv(103, 13%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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