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