#dbbdcb
a light, soft magenta / pink · warm · closest name: silver
RGB
219, 189, 203
HSL
332°, 29%, 80%
CMYK
0, 14, 7, 14
Luminance
0.5577
Every format
| HEX | #dbbdcb |
| RGB | rgb(219, 189, 203) |
| HSL | hsl(332, 29%, 80%) |
| CMYK | cmyk(0%, 14%, 7%, 14%) |
| LAB | lab(79.5 13.0 -3.1) |
| LCH | lch(79.5 13.4 346.7) |
| OKLCH | oklch(0.828 0.039 348.1) |
Copy-ready code
/* CSS */
color: #dbbdcb;
background-color: #dbbdcb;
/* Tailwind (arbitrary) */
class="text-[#dbbdcb] bg-[#dbbdcb]"
/* SCSS */
$brand: #dbbdcb;
/* SwiftUI */
Color(red: 0.859, green: 0.741, blue: 0.796)
/* Android */
Color.parseColor("#dbbdcb")Accessibility — WCAG contrast
Aa
#dbbdcb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbdcb on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow7.3%
Key (black)14.1%
Color previews
#dbbdcb text on a black background
contrast 12.15:1
Card sample
#dbbdcb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbdcb;
Background color
Panel with #dbbdcb background
background-color: #dbbdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 189, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 189, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbdcb; background: linear-gradient(135deg, #dbbdcb, #DBC3BD);