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