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