#ddbb75
a light, vivid yellow · warm · closest name: tan
RGB
221, 187, 117
HSL
40°, 61%, 66%
CMYK
0, 15, 47, 13
Luminance
0.5220
Every format
| HEX | #ddbb75 |
| RGB | rgb(221, 187, 117) |
| HSL | hsl(40, 61%, 66%) |
| CMYK | cmyk(0%, 15%, 47%, 13%) |
| LAB | lab(77.4 3.2 39.8) |
| LCH | lch(77.4 40.0 85.4) |
| OKLCH | oklch(0.806 0.097 84.4) |
Copy-ready code
/* CSS */
color: #ddbb75;
background-color: #ddbb75;
/* Tailwind (arbitrary) */
class="text-[#ddbb75] bg-[#ddbb75]"
/* SCSS */
$brand: #ddbb75;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.459)
/* Android */
Color.parseColor("#ddbb75")Accessibility — WCAG contrast
Aa
#ddbb75 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbb75 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow47.1%
Key (black)13.3%
Color previews
#ddbb75 text on a black background
contrast 11.44:1
Card sample
#ddbb75 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbb75;
Background color
Panel with #ddbb75 background
background-color: #ddbb75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbb75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbb75; background: linear-gradient(135deg, #ddbb75, #BADD75);