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