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