#dccfd8
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 207, 216
HSL
319°, 16%, 84%
CMYK
0, 6, 2, 14
Luminance
0.6480
Every format
| HEX | #dccfd8 |
| RGB | rgb(220, 207, 216) |
| HSL | hsl(319, 16%, 84%) |
| CMYK | cmyk(0%, 6%, 2%, 14%) |
| LAB | lab(84.4 6.1 -2.8) |
| LCH | lch(84.4 6.7 335.0) |
| OKLCH | oklch(0.868 0.019 336.6) |
Copy-ready code
/* CSS */
color: #dccfd8;
background-color: #dccfd8;
/* Tailwind (arbitrary) */
class="text-[#dccfd8] bg-[#dccfd8]"
/* SCSS */
$brand: #dccfd8;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#dccfd8")Accessibility — WCAG contrast
Aa
#dccfd8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccfd8 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow1.8%
Key (black)13.7%
Color previews
#dccfd8 text on a black background
contrast 13.96:1
Card sample
#dccfd8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccfd8;
Background color
Panel with #dccfd8 background
background-color: #dccfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccfd8; background: linear-gradient(135deg, #dccfd8, #DCCFCF);