Hex Color #DEB66C - Custom Color

Color Codes

HEX
#DEB66C
RGB
rgb(222, 182, 108)
HSL
hsl(39, 63%, 65%)
CMYK
cmyk(0%, 18%, 51%, 13%)
HSV
hsv(39, 51%, 87%)
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.01: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: #DEB66C;
color: #DEB66C;
border-color: #DEB66C;
}

Tailwind CSS (with arbitrary values)

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