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