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