#ddbb97
a light, vivid orange · warm · closest name: tan
RGB
221, 187, 151
HSL
31°, 51%, 73%
CMYK
0, 15, 32, 13
Luminance
0.5315
Every format
| HEX | #ddbb97 |
| RGB | rgb(221, 187, 151) |
| HSL | hsl(31, 51%, 73%) |
| CMYK | cmyk(0%, 15%, 32%, 13%) |
| LAB | lab(78.0 7.0 22.8) |
| LCH | lch(78.0 23.8 72.9) |
| OKLCH | oklch(0.813 0.062 68.4) |
Copy-ready code
/* CSS */
color: #ddbb97;
background-color: #ddbb97;
/* Tailwind (arbitrary) */
class="text-[#ddbb97] bg-[#ddbb97]"
/* SCSS */
$brand: #ddbb97;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.592)
/* Android */
Color.parseColor("#ddbb97")Accessibility — WCAG contrast
Aa
#ddbb97 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbb97 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow31.7%
Key (black)13.3%
Color previews
#ddbb97 text on a black background
contrast 11.63:1
Card sample
#ddbb97 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbb97;
Background color
Panel with #ddbb97 background
background-color: #ddbb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbb97; background: linear-gradient(135deg, #ddbb97, #D0DD97);