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