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