#dbd5cf
a light, muted orange · warm · closest name: silver
RGB
219, 213, 207
HSL
30°, 14%, 84%
CMYK
0, 3, 6, 14
Luminance
0.6715
Every format
| HEX | #dbd5cf |
| RGB | rgb(219, 213, 207) |
| HSL | hsl(30, 14%, 84%) |
| CMYK | cmyk(0%, 3%, 6%, 14%) |
| LAB | lab(85.6 1.0 3.7) |
| LCH | lch(85.6 3.8 74.7) |
| OKLCH | oklch(0.876 0.011 67.7) |
Copy-ready code
/* CSS */
color: #dbd5cf;
background-color: #dbd5cf;
/* Tailwind (arbitrary) */
class="text-[#dbd5cf] bg-[#dbd5cf]"
/* SCSS */
$brand: #dbd5cf;
/* SwiftUI */
Color(red: 0.859, green: 0.835, blue: 0.812)
/* Android */
Color.parseColor("#dbd5cf")Accessibility — WCAG contrast
Aa
#dbd5cf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd5cf on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green83.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow5.5%
Key (black)14.1%
Color previews
#dbd5cf text on a black background
contrast 14.43:1
Card sample
#dbd5cf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd5cf;
Background color
Panel with #dbd5cf background
background-color: #dbd5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 213, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 213, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd5cf; background: linear-gradient(135deg, #dbd5cf, #D9DBCF);