Hex Color #ACC722 - Custom Color

Color Codes

HEX
#ACC722
RGB
rgb(172, 199, 34)
HSL
hsl(70, 71%, 46%)
CMYK
cmyk(14%, 0%, 83%, 22%)
HSV
hsv(70, 83%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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