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