Hex Color #DBD29A - Custom Color

Color Codes

HEX
#DBD29A
RGB
rgb(219, 210, 154)
HSL
hsl(52, 47%, 73%)
CMYK
cmyk(0%, 4%, 30%, 14%)
HSV
hsv(52, 30%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 13.70:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #DBD29A;
color: #DBD29A;
border-color: #DBD29A;
}

Tailwind CSS (with arbitrary values)

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