Hex Color #ADB06A - Custom Color
Color Codes
HEX
#ADB06A
RGB
rgb(173, 176, 106)
HSL
hsl(63, 31%, 55%)
CMYK
cmyk(2%, 0%, 40%, 31%)
HSV
hsv(63, 40%, 69%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.28:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.20: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: #ADB06A;
color: #ADB06A;
border-color: #ADB06A;
}
Tailwind CSS (with arbitrary values)
bg-[#ADB06A]
text-[#ADB06A]
border-[#ADB06A]
// Example usage:
<div className="bg-[#ADB06A]">