#dbd8cf
a light, muted yellow · cool · closest name: silver
RGB
219, 216, 207
HSL
45°, 14%, 84%
CMYK
0, 1, 6, 14
Luminance
0.6868
Every format
| HEX | #dbd8cf |
| RGB | rgb(219, 216, 207) |
| HSL | hsl(45, 14%, 84%) |
| CMYK | cmyk(0%, 1%, 6%, 14%) |
| LAB | lab(86.3 -0.6 4.8) |
| LCH | lch(86.3 4.8 96.6) |
| OKLCH | oklch(0.882 0.013 91.5) |
Copy-ready code
/* CSS */
color: #dbd8cf;
background-color: #dbd8cf;
/* Tailwind (arbitrary) */
class="text-[#dbd8cf] bg-[#dbd8cf]"
/* SCSS */
$brand: #dbd8cf;
/* SwiftUI */
Color(red: 0.859, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#dbd8cf")Accessibility — WCAG contrast
Aa
#dbd8cf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd8cf on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green84.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow5.5%
Key (black)14.1%
Color previews
#dbd8cf text on a black background
contrast 14.74:1
Card sample
#dbd8cf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd8cf;
Background color
Panel with #dbd8cf background
background-color: #dbd8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd8cf; background: linear-gradient(135deg, #dbd8cf, #D6DBCF);