#dbd6cd
a light, soft orange · warm · closest name: silver
RGB
219, 214, 205
HSL
39°, 16%, 83%
CMYK
0, 2, 6, 14
Luminance
0.6756
Every format
| HEX | #dbd6cd |
| RGB | rgb(219, 214, 205) |
| HSL | hsl(39, 16%, 83%) |
| CMYK | cmyk(0%, 2%, 6%, 14%) |
| LAB | lab(85.8 0.1 5.0) |
| LCH | lch(85.8 5.0 88.4) |
| OKLCH | oklch(0.877 0.013 82.4) |
Copy-ready code
/* CSS */
color: #dbd6cd;
background-color: #dbd6cd;
/* Tailwind (arbitrary) */
class="text-[#dbd6cd] bg-[#dbd6cd]"
/* SCSS */
$brand: #dbd6cd;
/* SwiftUI */
Color(red: 0.859, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#dbd6cd")Accessibility — WCAG contrast
Aa
#dbd6cd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd6cd on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green83.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow6.4%
Key (black)14.1%
Color previews
#dbd6cd text on a black background
contrast 14.51:1
Card sample
#dbd6cd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd6cd;
Background color
Panel with #dbd6cd background
background-color: #dbd6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd6cd; background: linear-gradient(135deg, #dbd6cd, #D7DBCD);