#dccdcf
a light, soft red · warm · closest name: silver
RGB
220, 205, 207
HSL
352°, 18%, 83%
CMYK
0, 7, 6, 14
Luminance
0.6338
Every format
| HEX | #dccdcf |
| RGB | rgb(220, 205, 207) |
| HSL | hsl(352, 18%, 83%) |
| CMYK | cmyk(0%, 7%, 6%, 14%) |
| LAB | lab(83.6 5.5 0.9) |
| LCH | lch(83.6 5.6 9.0) |
| OKLCH | oklch(0.861 0.017 8.2) |
Copy-ready code
/* CSS */
color: #dccdcf;
background-color: #dccdcf;
/* Tailwind (arbitrary) */
class="text-[#dccdcf] bg-[#dccdcf]"
/* SCSS */
$brand: #dccdcf;
/* SwiftUI */
Color(red: 0.863, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#dccdcf")Accessibility — WCAG contrast
Aa
#dccdcf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccdcf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow5.9%
Key (black)13.7%
Color previews
#dccdcf text on a black background
contrast 13.68:1
Card sample
#dccdcf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccdcf;
Background color
Panel with #dccdcf background
background-color: #dccdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccdcf; background: linear-gradient(135deg, #dccdcf, #DCD5CD);