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