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