#dbdcd2
a light, muted yellow · cool · closest name: silver
RGB
219, 220, 210
HSL
66°, 13%, 84%
CMYK
1, 0, 5, 14
Luminance
0.7090
Every format
| HEX | #dbdcd2 |
| RGB | rgb(219, 220, 210) |
| HSL | hsl(66, 13%, 84%) |
| CMYK | cmyk(1%, 0%, 5%, 14%) |
| LAB | lab(87.4 -2.1 4.8) |
| LCH | lch(87.4 5.2 113.8) |
| OKLCH | oklch(0.891 0.013 111.3) |
Copy-ready code
/* CSS */
color: #dbdcd2;
background-color: #dbdcd2;
/* Tailwind (arbitrary) */
class="text-[#dbdcd2] bg-[#dbdcd2]"
/* SCSS */
$brand: #dbdcd2;
/* SwiftUI */
Color(red: 0.859, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#dbdcd2")Accessibility — WCAG contrast
Aa
#dbdcd2 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdcd2 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.3%
Blue82.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#dbdcd2 text on a black background
contrast 15.18:1
Card sample
#dbdcd2 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdcd2;
Background color
Panel with #dbdcd2 background
background-color: #dbdcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdcd2; background: linear-gradient(135deg, #dbdcd2, #D4DCD2);