#dbc3cf
a light, soft magenta / pink · warm · closest name: silver
RGB
219, 195, 207
HSL
330°, 25%, 81%
CMYK
0, 11, 6, 14
Luminance
0.5860
Every format
| HEX | #dbc3cf |
| RGB | rgb(219, 195, 207) |
| HSL | hsl(330, 25%, 81%) |
| CMYK | cmyk(0%, 11%, 6%, 14%) |
| LAB | lab(81.1 10.5 -2.9) |
| LCH | lch(81.1 10.9 344.6) |
| OKLCH | oklch(0.841 0.031 346.1) |
Copy-ready code
/* CSS */
color: #dbc3cf;
background-color: #dbc3cf;
/* Tailwind (arbitrary) */
class="text-[#dbc3cf] bg-[#dbc3cf]"
/* SCSS */
$brand: #dbc3cf;
/* SwiftUI */
Color(red: 0.859, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#dbc3cf")Accessibility — WCAG contrast
Aa
#dbc3cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc3cf on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green76.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow5.5%
Key (black)14.1%
Color previews
#dbc3cf text on a black background
contrast 12.72:1
Card sample
#dbc3cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc3cf;
Background color
Panel with #dbc3cf background
background-color: #dbc3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc3cf; background: linear-gradient(135deg, #dbc3cf, #DBC7C3);