#ddb9b2
a light, soft red · warm · closest name: pink
RGB
221, 185, 178
HSL
10°, 39%, 78%
CMYK
0, 16, 20, 13
Luminance
0.5328
Every format
| HEX | #ddb9b2 |
| RGB | rgb(221, 185, 178) |
| HSL | hsl(10, 39%, 78%) |
| CMYK | cmyk(0%, 16%, 20%, 13%) |
| LAB | lab(78.0 11.8 8.4) |
| LCH | lch(78.0 14.5 35.3) |
| OKLCH | oklch(0.815 0.043 30.9) |
Copy-ready code
/* CSS */
color: #ddb9b2;
background-color: #ddb9b2;
/* Tailwind (arbitrary) */
class="text-[#ddb9b2] bg-[#ddb9b2]"
/* SCSS */
$brand: #ddb9b2;
/* SwiftUI */
Color(red: 0.867, green: 0.725, blue: 0.698)
/* Android */
Color.parseColor("#ddb9b2")Accessibility — WCAG contrast
Aa
#ddb9b2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddb9b2 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green72.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow19.5%
Key (black)13.3%
Color previews
#ddb9b2 text on a black background
contrast 11.66:1
Card sample
#ddb9b2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddb9b2;
Background color
Panel with #ddb9b2 background
background-color: #ddb9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddb9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 185, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 185, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddb9b2; background: linear-gradient(135deg, #ddb9b2, #DDD6B2);