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