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