#dbcccf
a light, soft red · warm · closest name: silver
RGB
219, 204, 207
HSL
348°, 17%, 83%
CMYK
0, 7, 6, 14
Luminance
0.6275
Every format
| HEX | #dbcccf |
| RGB | rgb(219, 204, 207) |
| HSL | hsl(348, 17%, 83%) |
| CMYK | cmyk(0%, 7%, 6%, 14%) |
| LAB | lab(83.3 5.7 0.4) |
| LCH | lch(83.3 5.7 3.9) |
| OKLCH | oklch(0.858 0.017 3.7) |
Copy-ready code
/* CSS */
color: #dbcccf;
background-color: #dbcccf;
/* Tailwind (arbitrary) */
class="text-[#dbcccf] bg-[#dbcccf]"
/* SCSS */
$brand: #dbcccf;
/* SwiftUI */
Color(red: 0.859, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#dbcccf")Accessibility — WCAG contrast
Aa
#dbcccf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcccf on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow5.5%
Key (black)14.1%
Color previews
#dbcccf text on a black background
contrast 13.55:1
Card sample
#dbcccf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcccf;
Background color
Panel with #dbcccf background
background-color: #dbcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcccf; background: linear-gradient(135deg, #dbcccf, #DBD3CC);