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