#decfb2
a light, soft orange · warm · closest name: tan
RGB
222, 207, 178
HSL
40°, 40%, 78%
CMYK
0, 7, 20, 13
Luminance
0.6337
Every format
| HEX | #decfb2 |
| RGB | rgb(222, 207, 178) |
| HSL | hsl(40, 40%, 78%) |
| CMYK | cmyk(0%, 7%, 20%, 13%) |
| LAB | lab(83.6 0.6 16.3) |
| LCH | lch(83.6 16.3 88.0) |
| OKLCH | oklch(0.859 0.042 83.9) |
Copy-ready code
/* CSS */
color: #decfb2;
background-color: #decfb2;
/* Tailwind (arbitrary) */
class="text-[#decfb2] bg-[#decfb2]"
/* SCSS */
$brand: #decfb2;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#decfb2")Accessibility — WCAG contrast
Aa
#decfb2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfb2 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow19.8%
Key (black)12.9%
Color previews
#decfb2 text on a black background
contrast 13.67:1
Card sample
#decfb2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfb2;
Background color
Panel with #decfb2 background
background-color: #decfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfb2; background: linear-gradient(135deg, #decfb2, #D0DEB2);