#dbc0cf
a light, soft magenta / pink · warm · closest name: silver
RGB
219, 192, 207
HSL
327°, 27%, 81%
CMYK
0, 12, 6, 14
Luminance
0.5726
Every format
| HEX | #dbc0cf |
| RGB | rgb(219, 192, 207) |
| HSL | hsl(327, 27%, 81%) |
| CMYK | cmyk(0%, 12%, 6%, 14%) |
| LAB | lab(80.3 12.1 -4.0) |
| LCH | lch(80.3 12.7 341.8) |
| OKLCH | oklch(0.835 0.036 343.4) |
Copy-ready code
/* CSS */
color: #dbc0cf;
background-color: #dbc0cf;
/* Tailwind (arbitrary) */
class="text-[#dbc0cf] bg-[#dbc0cf]"
/* SCSS */
$brand: #dbc0cf;
/* SwiftUI */
Color(red: 0.859, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#dbc0cf")Accessibility — WCAG contrast
Aa
#dbc0cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc0cf on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green75.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow5.5%
Key (black)14.1%
Color previews
#dbc0cf text on a black background
contrast 12.45:1
Card sample
#dbc0cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc0cf;
Background color
Panel with #dbc0cf background
background-color: #dbc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc0cf; background: linear-gradient(135deg, #dbc0cf, #DBC3C0);