#decfc6
a light, soft orange · warm · closest name: silver
RGB
222, 207, 198
HSL
23°, 27%, 82%
CMYK
0, 7, 11, 13
Luminance
0.6423
Every format
| HEX | #decfc6 |
| RGB | rgb(222, 207, 198) |
| HSL | hsl(23, 27%, 82%) |
| CMYK | cmyk(0%, 7%, 11%, 13%) |
| LAB | lab(84.1 3.7 6.3) |
| LCH | lch(84.1 7.3 59.9) |
| OKLCH | oklch(0.864 0.021 53.2) |
Copy-ready code
/* CSS */
color: #decfc6;
background-color: #decfc6;
/* Tailwind (arbitrary) */
class="text-[#decfc6] bg-[#decfc6]"
/* SCSS */
$brand: #decfc6;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.776)
/* Android */
Color.parseColor("#decfc6")Accessibility — WCAG contrast
Aa
#decfc6 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfc6 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow10.8%
Key (black)12.9%
Color previews
#decfc6 text on a black background
contrast 13.85:1
Card sample
#decfc6 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfc6;
Background color
Panel with #decfc6 background
background-color: #decfc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfc6; background: linear-gradient(135deg, #decfc6, #DDDEC6);