#ddbeb1
a light, soft orange · warm · closest name: silver
RGB
221, 190, 177
HSL
18°, 39%, 78%
CMYK
0, 14, 20, 13
Luminance
0.5537
Every format
| HEX | #ddbeb1 |
| RGB | rgb(221, 190, 177) |
| HSL | hsl(18, 39%, 78%) |
| CMYK | cmyk(0%, 14%, 20%, 13%) |
| LAB | lab(79.3 9.0 10.6) |
| LCH | lch(79.3 13.9 49.8) |
| OKLCH | oklch(0.825 0.040 44.1) |
Copy-ready code
/* CSS */
color: #ddbeb1;
background-color: #ddbeb1;
/* Tailwind (arbitrary) */
class="text-[#ddbeb1] bg-[#ddbeb1]"
/* SCSS */
$brand: #ddbeb1;
/* SwiftUI */
Color(red: 0.867, green: 0.745, blue: 0.694)
/* Android */
Color.parseColor("#ddbeb1")Accessibility — WCAG contrast
Aa
#ddbeb1 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbeb1 on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green74.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow19.9%
Key (black)13.3%
Color previews
#ddbeb1 text on a black background
contrast 12.07:1
Card sample
#ddbeb1 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbeb1;
Background color
Panel with #ddbeb1 background
background-color: #ddbeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 190, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 190, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbeb1; background: linear-gradient(135deg, #ddbeb1, #DDDBB1);