Hex Color #ABBEB3 - Custom Color

Color Codes

HEX
#ABBEB3
RGB
rgb(171, 190, 179)
HSL
hsl(145, 13%, 71%)
CMYK
cmyk(10%, 0%, 6%, 25%)
HSV
hsv(145, 10%, 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.75: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: #ABBEB3;
color: #ABBEB3;
border-color: #ABBEB3;
}

Tailwind CSS (with arbitrary values)

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