Hex Color #ABDB8D - Custom Color

Color Codes

HEX
#ABDB8D
RGB
rgb(171, 219, 141)
HSL
hsl(97, 52%, 71%)
CMYK
cmyk(22%, 0%, 36%, 14%)
HSV
hsv(97, 36%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 13.25:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #ABDB8D;
color: #ABDB8D;
border-color: #ABDB8D;
}

Tailwind CSS (with arbitrary values)

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