#dbcbcf
a light, soft red · warm · closest name: silver
RGB
219, 203, 207
HSL
345°, 18%, 83%
CMYK
0, 7, 6, 14
Luminance
0.6228
Every format
| HEX | #dbcbcf |
| RGB | rgb(219, 203, 207) |
| HSL | hsl(345, 18%, 83%) |
| CMYK | cmyk(0%, 7%, 6%, 14%) |
| LAB | lab(83.1 6.3 0.0) |
| LCH | lch(83.1 6.3 0.2) |
| OKLCH | oklch(0.856 0.019 0.5) |
Copy-ready code
/* CSS */
color: #dbcbcf;
background-color: #dbcbcf;
/* Tailwind (arbitrary) */
class="text-[#dbcbcf] bg-[#dbcbcf]"
/* SCSS */
$brand: #dbcbcf;
/* SwiftUI */
Color(red: 0.859, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#dbcbcf")Accessibility — WCAG contrast
Aa
#dbcbcf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcbcf on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow5.5%
Key (black)14.1%
Color previews
#dbcbcf text on a black background
contrast 13.46:1
Card sample
#dbcbcf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcbcf;
Background color
Panel with #dbcbcf background
background-color: #dbcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcbcf; background: linear-gradient(135deg, #dbcbcf, #DBD2CB);