#dbd8cd
a light, soft yellow · cool · closest name: silver
RGB
219, 216, 205
HSL
47°, 16%, 83%
CMYK
0, 1, 6, 14
Luminance
0.6858
Every format
| HEX | #dbd8cd |
| RGB | rgb(219, 216, 205) |
| HSL | hsl(47, 16%, 83%) |
| CMYK | cmyk(0%, 1%, 6%, 14%) |
| LAB | lab(86.3 -0.9 5.8) |
| LCH | lch(86.3 5.8 98.8) |
| OKLCH | oklch(0.882 0.015 94.2) |
Copy-ready code
/* CSS */
color: #dbd8cd;
background-color: #dbd8cd;
/* Tailwind (arbitrary) */
class="text-[#dbd8cd] bg-[#dbd8cd]"
/* SCSS */
$brand: #dbd8cd;
/* SwiftUI */
Color(red: 0.859, green: 0.847, blue: 0.804)
/* Android */
Color.parseColor("#dbd8cd")Accessibility — WCAG contrast
Aa
#dbd8cd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd8cd on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green84.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow6.4%
Key (black)14.1%
Color previews
#dbd8cd text on a black background
contrast 14.72:1
Card sample
#dbd8cd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd8cd;
Background color
Panel with #dbd8cd background
background-color: #dbd8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 216, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 216, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd8cd; background: linear-gradient(135deg, #dbd8cd, #D5DBCD);