#dccacf
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 202, 207
HSL
343°, 21%, 83%
CMYK
0, 8, 6, 14
Luminance
0.6196
Every format
| HEX | #dccacf |
| RGB | rgb(220, 202, 207) |
| HSL | hsl(343, 21%, 83%) |
| CMYK | cmyk(0%, 8%, 6%, 14%) |
| LAB | lab(82.9 7.1 -0.2) |
| LCH | lch(82.9 7.1 358.3) |
| OKLCH | oklch(0.855 0.021 358.8) |
Copy-ready code
/* CSS */
color: #dccacf;
background-color: #dccacf;
/* Tailwind (arbitrary) */
class="text-[#dccacf] bg-[#dccacf]"
/* SCSS */
$brand: #dccacf;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#dccacf")Accessibility — WCAG contrast
Aa
#dccacf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccacf on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow5.9%
Key (black)13.7%
Color previews
#dccacf text on a black background
contrast 13.39:1
Card sample
#dccacf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccacf;
Background color
Panel with #dccacf background
background-color: #dccacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccacf; background: linear-gradient(135deg, #dccacf, #DCD1CA);