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