#decfc8
a light, soft orange · warm · closest name: silver
RGB
222, 207, 200
HSL
19°, 25%, 83%
CMYK
0, 7, 10, 13
Luminance
0.6433
Every format
| HEX | #decfc8 |
| RGB | rgb(222, 207, 200) |
| HSL | hsl(19, 25%, 83%) |
| CMYK | cmyk(0%, 7%, 10%, 13%) |
| LAB | lab(84.1 4.0 5.3) |
| LCH | lch(84.1 6.7 53.1) |
| OKLCH | oklch(0.865 0.019 46.8) |
Copy-ready code
/* CSS */
color: #decfc8;
background-color: #decfc8;
/* Tailwind (arbitrary) */
class="text-[#decfc8] bg-[#decfc8]"
/* SCSS */
$brand: #decfc8;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.784)
/* Android */
Color.parseColor("#decfc8")Accessibility — WCAG contrast
Aa
#decfc8 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfc8 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow9.9%
Key (black)12.9%
Color previews
#decfc8 text on a black background
contrast 13.87:1
Card sample
#decfc8 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfc8;
Background color
Panel with #decfc8 background
background-color: #decfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfc8; background: linear-gradient(135deg, #decfc8, #DEDEC8);