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