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