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