Hex Color #DAB85D - Custom Color

Color Codes

HEX
#DAB85D
RGB
rgb(218, 184, 93)
HSL
hsl(44, 63%, 61%)
CMYK
cmyk(0%, 16%, 57%, 15%)
HSV
hsv(44, 57%, 85%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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