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