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