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