Hex Color #ADB42D - Custom Color
Color Codes
HEX
#ADB42D
RGB
rgb(173, 180, 45)
HSL
hsl(63, 60%, 44%)
CMYK
cmyk(4%, 0%, 75%, 29%)
HSV
hsv(63, 75%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.25:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.34: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: #ADB42D;
color: #ADB42D;
border-color: #ADB42D;
}
Tailwind CSS (with arbitrary values)
bg-[#ADB42D]
text-[#ADB42D]
border-[#ADB42D]
// Example usage:
<div className="bg-[#ADB42D]">