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