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