#decacd
a light, soft red · warm · closest name: silver
RGB
222, 202, 205
HSL
351°, 23%, 83%
CMYK
0, 9, 8, 13
Luminance
0.6218
Every format
| HEX | #decacd |
| RGB | rgb(222, 202, 205) |
| HSL | hsl(351, 23%, 83%) |
| CMYK | cmyk(0%, 9%, 8%, 13%) |
| LAB | lab(83.0 7.5 1.0) |
| LCH | lch(83.0 7.5 7.9) |
| OKLCH | oklch(0.856 0.023 7.3) |
Copy-ready code
/* CSS */
color: #decacd;
background-color: #decacd;
/* Tailwind (arbitrary) */
class="text-[#decacd] bg-[#decacd]"
/* SCSS */
$brand: #decacd;
/* SwiftUI */
Color(red: 0.871, green: 0.792, blue: 0.804)
/* Android */
Color.parseColor("#decacd")Accessibility — WCAG contrast
Aa
#decacd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decacd on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow7.7%
Key (black)12.9%
Color previews
#decacd text on a black background
contrast 13.44:1
Card sample
#decacd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decacd;
Background color
Panel with #decacd background
background-color: #decacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 202, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 202, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decacd; background: linear-gradient(135deg, #decacd, #DED4CA);