Hex Color #DEDA3E - Custom Color

Color Codes

HEX
#DEDA3E
RGB
rgb(222, 218, 62)
HSL
hsl(58, 71%, 56%)
CMYK
cmyk(0%, 2%, 72%, 13%)
HSV
hsv(58, 72%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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