#ddbeb4
a light, soft red · warm · closest name: silver
RGB
221, 190, 180
HSL
15°, 38%, 79%
CMYK
0, 14, 19, 13
Luminance
0.5549
Every format
| HEX | #ddbeb4 |
| RGB | rgb(221, 190, 180) |
| HSL | hsl(15, 38%, 79%) |
| CMYK | cmyk(0%, 14%, 19%, 13%) |
| LAB | lab(79.3 9.4 9.1) |
| LCH | lch(79.3 13.1 44.0) |
| OKLCH | oklch(0.825 0.038 38.7) |
Copy-ready code
/* CSS */
color: #ddbeb4;
background-color: #ddbeb4;
/* Tailwind (arbitrary) */
class="text-[#ddbeb4] bg-[#ddbeb4]"
/* SCSS */
$brand: #ddbeb4;
/* SwiftUI */
Color(red: 0.867, green: 0.745, blue: 0.706)
/* Android */
Color.parseColor("#ddbeb4")Accessibility — WCAG contrast
Aa
#ddbeb4 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbeb4 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green74.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow18.6%
Key (black)13.3%
Color previews
#ddbeb4 text on a black background
contrast 12.10:1
Card sample
#ddbeb4 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbeb4;
Background color
Panel with #ddbeb4 background
background-color: #ddbeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 190, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 190, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbeb4; background: linear-gradient(135deg, #ddbeb4, #DDD9B4);