#dbdcd4
a light, muted yellow · cool · closest name: silver
RGB
219, 220, 212
HSL
68°, 10%, 85%
CMYK
1, 0, 4, 14
Luminance
0.7100
Every format
| HEX | #dbdcd4 |
| RGB | rgb(219, 220, 212) |
| HSL | hsl(68, 10%, 85%) |
| CMYK | cmyk(1%, 0%, 4%, 14%) |
| LAB | lab(87.5 -1.8 3.8) |
| LCH | lch(87.5 4.2 114.8) |
| OKLCH | oklch(0.891 0.011 112.4) |
Copy-ready code
/* CSS */
color: #dbdcd4;
background-color: #dbdcd4;
/* Tailwind (arbitrary) */
class="text-[#dbdcd4] bg-[#dbdcd4]"
/* SCSS */
$brand: #dbdcd4;
/* SwiftUI */
Color(red: 0.859, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#dbdcd4")Accessibility — WCAG contrast
Aa
#dbdcd4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdcd4 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.3%
Blue83.1%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow3.6%
Key (black)13.7%
Color previews
#dbdcd4 text on a black background
contrast 15.20:1
Card sample
#dbdcd4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdcd4;
Background color
Panel with #dbdcd4 background
background-color: #dbdcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdcd4; background: linear-gradient(135deg, #dbdcd4, #D6DCD4);