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