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