Hex Color #DDC982 - Custom Color
Color Codes
HEX
#DDC982
RGB
rgb(221, 201, 130)
HSL
hsl(47, 57%, 69%)
CMYK
cmyk(0%, 9%, 41%, 13%)
HSV
hsv(47, 41%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.65:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.75: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: #DDC982;
color: #DDC982;
border-color: #DDC982;
}
Tailwind CSS (with arbitrary values)
bg-[#DDC982]
text-[#DDC982]
border-[#DDC982]
// Example usage:
<div className="bg-[#DDC982]">