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