Hex Color #AABD2D - Custom Color

Color Codes

HEX
#AABD2D
RGB
rgb(170, 189, 45)
HSL
hsl(68, 62%, 46%)
CMYK
cmyk(10%, 0%, 76%, 26%)
HSV
hsv(68, 76%, 74%)
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.03: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: #AABD2D;
color: #AABD2D;
border-color: #AABD2D;
}

Tailwind CSS (with arbitrary values)

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