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