#dbcdbf
a light, soft orange · warm · closest name: silver
RGB
219, 205, 191
HSL
30°, 28%, 80%
CMYK
0, 6, 13, 14
Luminance
0.6248
Every format
| HEX | #dbcdbf |
| RGB | rgb(219, 205, 191) |
| HSL | hsl(30, 28%, 80%) |
| CMYK | cmyk(0%, 6%, 13%, 14%) |
| LAB | lab(83.2 2.5 8.7) |
| LCH | lch(83.2 9.1 73.9) |
| OKLCH | oklch(0.856 0.025 67.5) |
Copy-ready code
/* CSS */
color: #dbcdbf;
background-color: #dbcdbf;
/* Tailwind (arbitrary) */
class="text-[#dbcdbf] bg-[#dbcdbf]"
/* SCSS */
$brand: #dbcdbf;
/* SwiftUI */
Color(red: 0.859, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#dbcdbf")Accessibility — WCAG contrast
Aa
#dbcdbf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcdbf on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow12.8%
Key (black)14.1%
Color previews
#dbcdbf text on a black background
contrast 13.50:1
Card sample
#dbcdbf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcdbf;
Background color
Panel with #dbcdbf background
background-color: #dbcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcdbf; background: linear-gradient(135deg, #dbcdbf, #D6DBBF);