#dccccf
a light, soft red · warm · closest name: silver
RGB
220, 204, 207
HSL
349°, 19%, 83%
CMYK
0, 7, 6, 14
Luminance
0.6291
Every format
| HEX | #dccccf |
| RGB | rgb(220, 204, 207) |
| HSL | hsl(349, 19%, 83%) |
| CMYK | cmyk(0%, 7%, 6%, 14%) |
| LAB | lab(83.4 6.1 0.5) |
| LCH | lch(83.4 6.1 4.9) |
| OKLCH | oklch(0.859 0.018 4.6) |
Copy-ready code
/* CSS */
color: #dccccf;
background-color: #dccccf;
/* Tailwind (arbitrary) */
class="text-[#dccccf] bg-[#dccccf]"
/* SCSS */
$brand: #dccccf;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#dccccf")Accessibility — WCAG contrast
Aa
#dccccf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccccf on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow5.9%
Key (black)13.7%
Color previews
#dccccf text on a black background
contrast 13.58:1
Card sample
#dccccf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccccf;
Background color
Panel with #dccccf background
background-color: #dccccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccccf; background: linear-gradient(135deg, #dccccf, #DCD4CC);