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