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