Hex Color #DDA66D - Custom Color
Color Codes
HEX
#DDA66D
RGB
rgb(221, 166, 109)
HSL
hsl(31, 62%, 65%)
CMYK
cmyk(0%, 25%, 51%, 13%)
HSV
hsv(31, 51%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.15:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.75: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: #DDA66D;
color: #DDA66D;
border-color: #DDA66D;
}
Tailwind CSS (with arbitrary values)
bg-[#DDA66D]
text-[#DDA66D]
border-[#DDA66D]
// Example usage:
<div className="bg-[#DDA66D]">