#d7cbcf
a light, muted magenta / pink · warm · closest name: silver
RGB
215, 203, 207
HSL
340°, 13%, 82%
CMYK
0, 6, 4, 16
Luminance
0.6166
Every format
| HEX | #d7cbcf |
| RGB | rgb(215, 203, 207) |
| HSL | hsl(340, 13%, 82%) |
| CMYK | cmyk(0%, 6%, 4%, 16%) |
| LAB | lab(82.7 4.9 -0.5) |
| LCH | lch(82.7 4.9 354.2) |
| OKLCH | oklch(0.853 0.014 355.1) |
Copy-ready code
/* CSS */
color: #d7cbcf;
background-color: #d7cbcf;
/* Tailwind (arbitrary) */
class="text-[#d7cbcf] bg-[#d7cbcf]"
/* SCSS */
$brand: #d7cbcf;
/* SwiftUI */
Color(red: 0.843, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#d7cbcf")Accessibility — WCAG contrast
Aa
#d7cbcf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cbcf on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow3.7%
Key (black)15.7%
Color previews
#d7cbcf text on a black background
contrast 13.33:1
Card sample
#d7cbcf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cbcf;
Background color
Panel with #d7cbcf background
background-color: #d7cbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cbcf; background: linear-gradient(135deg, #d7cbcf, #D7CFCB);