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