#ddbb77
a light, vivid yellow · warm · closest name: tan
RGB
221, 187, 119
HSL
40°, 60%, 67%
CMYK
0, 15, 46, 13
Luminance
0.5224
Every format
| HEX | #ddbb77 |
| RGB | rgb(221, 187, 119) |
| HSL | hsl(40, 60%, 67%) |
| CMYK | cmyk(0%, 15%, 46%, 13%) |
| LAB | lab(77.4 3.4 38.9) |
| LCH | lch(77.4 39.0 85.0) |
| OKLCH | oklch(0.807 0.095 83.8) |
Copy-ready code
/* CSS */
color: #ddbb77;
background-color: #ddbb77;
/* Tailwind (arbitrary) */
class="text-[#ddbb77] bg-[#ddbb77]"
/* SCSS */
$brand: #ddbb77;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.467)
/* Android */
Color.parseColor("#ddbb77")Accessibility — WCAG contrast
Aa
#ddbb77 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbb77 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow46.2%
Key (black)13.3%
Color previews
#ddbb77 text on a black background
contrast 11.45:1
Card sample
#ddbb77 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbb77;
Background color
Panel with #ddbb77 background
background-color: #ddbb77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbb77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbb77; background: linear-gradient(135deg, #ddbb77, #BBDD77);