#dbd9cf
a light, muted yellow · cool · closest name: silver
RGB
219, 217, 207
HSL
50°, 14%, 84%
CMYK
0, 1, 6, 14
Luminance
0.6919
Every format
| HEX | #dbd9cf |
| RGB | rgb(219, 217, 207) |
| HSL | hsl(50, 14%, 84%) |
| CMYK | cmyk(0%, 1%, 6%, 14%) |
| LAB | lab(86.6 -1.1 5.2) |
| LCH | lch(86.6 5.3 101.7) |
| OKLCH | oklch(0.884 0.014 97.5) |
Copy-ready code
/* CSS */
color: #dbd9cf;
background-color: #dbd9cf;
/* Tailwind (arbitrary) */
class="text-[#dbd9cf] bg-[#dbd9cf]"
/* SCSS */
$brand: #dbd9cf;
/* SwiftUI */
Color(red: 0.859, green: 0.851, blue: 0.812)
/* Android */
Color.parseColor("#dbd9cf")Accessibility — WCAG contrast
Aa
#dbd9cf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd9cf on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green85.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow5.5%
Key (black)14.1%
Color previews
#dbd9cf text on a black background
contrast 14.84:1
Card sample
#dbd9cf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd9cf;
Background color
Panel with #dbd9cf background
background-color: #dbd9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 217, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 217, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd9cf; background: linear-gradient(135deg, #dbd9cf, #D5DBCF);