#dccfd5
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 207, 213
HSL
332°, 16%, 84%
CMYK
0, 6, 3, 14
Luminance
0.6465
Every format
| HEX | #dccfd5 |
| RGB | rgb(220, 207, 213) |
| HSL | hsl(332, 16%, 84%) |
| CMYK | cmyk(0%, 6%, 3%, 14%) |
| LAB | lab(84.3 5.5 -1.4) |
| LCH | lch(84.3 5.7 346.3) |
| OKLCH | oklch(0.867 0.017 347.7) |
Copy-ready code
/* CSS */
color: #dccfd5;
background-color: #dccfd5;
/* Tailwind (arbitrary) */
class="text-[#dccfd5] bg-[#dccfd5]"
/* SCSS */
$brand: #dccfd5;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.835)
/* Android */
Color.parseColor("#dccfd5")Accessibility — WCAG contrast
Aa
#dccfd5 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccfd5 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow3.2%
Key (black)13.7%
Color previews
#dccfd5 text on a black background
contrast 13.93:1
Card sample
#dccfd5 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccfd5;
Background color
Panel with #dccfd5 background
background-color: #dccfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccfd5; background: linear-gradient(135deg, #dccfd5, #DCD2CF);