Hex Color #ADA63C - Custom Color

Color Codes

HEX
#ADA63C
RGB
rgb(173, 166, 60)
HSL
hsl(56, 48%, 46%)
CMYK
cmyk(0%, 4%, 65%, 32%)
HSV
hsv(56, 65%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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