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