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