#decdcf
a light, soft red · warm · closest name: silver
RGB
222, 205, 207
HSL
353°, 21%, 84%
CMYK
0, 8, 7, 13
Luminance
0.6370
Every format
| HEX | #decdcf |
| RGB | rgb(222, 205, 207) |
| HSL | hsl(353, 21%, 84%) |
| CMYK | cmyk(0%, 8%, 7%, 13%) |
| LAB | lab(83.8 6.2 1.1) |
| LCH | lch(83.8 6.3 10.4) |
| OKLCH | oklch(0.863 0.019 9.4) |
Copy-ready code
/* CSS */
color: #decdcf;
background-color: #decdcf;
/* Tailwind (arbitrary) */
class="text-[#decdcf] bg-[#decdcf]"
/* SCSS */
$brand: #decdcf;
/* SwiftUI */
Color(red: 0.871, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#decdcf")Accessibility — WCAG contrast
Aa
#decdcf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decdcf on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow6.8%
Key (black)12.9%
Color previews
#decdcf text on a black background
contrast 13.74:1
Card sample
#decdcf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decdcf;
Background color
Panel with #decdcf background
background-color: #decdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decdcf; background: linear-gradient(135deg, #decdcf, #DED6CD);