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