Hex Color #DDB93B - Custom Color
Color Codes
HEX
#DDB93B
RGB
rgb(221, 185, 59)
HSL
hsl(47, 70%, 55%)
CMYK
cmyk(0%, 16%, 73%, 13%)
HSV
hsv(47, 73%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.90:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.08: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: #DDB93B;
color: #DDB93B;
border-color: #DDB93B;
}
Tailwind CSS (with arbitrary values)
bg-[#DDB93B]
text-[#DDB93B]
border-[#DDB93B]
// Example usage:
<div className="bg-[#DDB93B]">