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