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