#dbbdbf
a light, soft red · warm · closest name: silver
RGB
219, 189, 191
HSL
356°, 29%, 80%
CMYK
0, 14, 13, 14
Luminance
0.5522
Every format
| HEX | #dbbdbf |
| RGB | rgb(219, 189, 191) |
| HSL | hsl(356, 29%, 80%) |
| CMYK | cmyk(0%, 14%, 13%, 14%) |
| LAB | lab(79.2 11.0 2.9) |
| LCH | lch(79.2 11.4 15.0) |
| OKLCH | oklch(0.825 0.034 13.3) |
Copy-ready code
/* CSS */
color: #dbbdbf;
background-color: #dbbdbf;
/* Tailwind (arbitrary) */
class="text-[#dbbdbf] bg-[#dbbdbf]"
/* SCSS */
$brand: #dbbdbf;
/* SwiftUI */
Color(red: 0.859, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#dbbdbf")Accessibility — WCAG contrast
Aa
#dbbdbf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbdbf on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow12.8%
Key (black)14.1%
Color previews
#dbbdbf text on a black background
contrast 12.04:1
Card sample
#dbbdbf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbdbf;
Background color
Panel with #dbbdbf background
background-color: #dbbdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbdbf; background: linear-gradient(135deg, #dbbdbf, #DBCFBD);