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