#dbcfd8
a light, muted magenta / pink · warm · closest name: silver
RGB
219, 207, 216
HSL
315°, 14%, 84%
CMYK
0, 6, 1, 14
Luminance
0.6464
Every format
| HEX | #dbcfd8 |
| RGB | rgb(219, 207, 216) |
| HSL | hsl(315, 14%, 84%) |
| CMYK | cmyk(0%, 6%, 1%, 14%) |
| LAB | lab(84.3 5.7 -3.0) |
| LCH | lch(84.3 6.5 332.7) |
| OKLCH | oklch(0.867 0.018 334.2) |
Copy-ready code
/* CSS */
color: #dbcfd8;
background-color: #dbcfd8;
/* Tailwind (arbitrary) */
class="text-[#dbcfd8] bg-[#dbcfd8]"
/* SCSS */
$brand: #dbcfd8;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#dbcfd8")Accessibility — WCAG contrast
Aa
#dbcfd8 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcfd8 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow1.4%
Key (black)14.1%
Color previews
#dbcfd8 text on a black background
contrast 13.93:1
Card sample
#dbcfd8 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcfd8;
Background color
Panel with #dbcfd8 background
background-color: #dbcfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcfd8; background: linear-gradient(135deg, #dbcfd8, #DBCFD0);