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