#dccfd1
a light, soft red · warm · closest name: silver
RGB
220, 207, 209
HSL
351°, 16%, 84%
CMYK
0, 6, 5, 14
Luminance
0.6444
Every format
| HEX | #dccfd1 |
| RGB | rgb(220, 207, 209) |
| HSL | hsl(351, 16%, 84%) |
| CMYK | cmyk(0%, 6%, 5%, 14%) |
| LAB | lab(84.2 4.8 0.6) |
| LCH | lch(84.2 4.9 7.3) |
| OKLCH | oklch(0.866 0.015 6.8) |
Copy-ready code
/* CSS */
color: #dccfd1;
background-color: #dccfd1;
/* Tailwind (arbitrary) */
class="text-[#dccfd1] bg-[#dccfd1]"
/* SCSS */
$brand: #dccfd1;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.820)
/* Android */
Color.parseColor("#dccfd1")Accessibility — WCAG contrast
Aa
#dccfd1 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccfd1 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow5.0%
Key (black)13.7%
Color previews
#dccfd1 text on a black background
contrast 13.89:1
Card sample
#dccfd1 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccfd1;
Background color
Panel with #dccfd1 background
background-color: #dccfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccfd1; background: linear-gradient(135deg, #dccfd1, #DCD6CF);