Hex Color #DAB62C - Custom Color
Color Codes
HEX
#DAB62C
RGB
rgb(218, 182, 44)
HSL
hsl(48, 70%, 51%)
CMYK
cmyk(0%, 17%, 80%, 15%)
HSV
hsv(48, 80%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.96:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.71: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: #DAB62C;
color: #DAB62C;
border-color: #DAB62C;
}
Tailwind CSS (with arbitrary values)
bg-[#DAB62C]
text-[#DAB62C]
border-[#DAB62C]
// Example usage:
<div className="bg-[#DAB62C]">