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