#dec49f
a light, vivid orange · warm · closest name: tan
RGB
222, 196, 159
HSL
35°, 49%, 75%
CMYK
0, 12, 28, 13
Luminance
0.5751
Every format
| HEX | #dec49f |
| RGB | rgb(222, 196, 159) |
| HSL | hsl(35, 49%, 75%) |
| CMYK | cmyk(0%, 12%, 28%, 13%) |
| LAB | lab(80.5 3.7 22.0) |
| LCH | lch(80.5 22.3 80.5) |
| OKLCH | oklch(0.833 0.058 76.5) |
Copy-ready code
/* CSS */
color: #dec49f;
background-color: #dec49f;
/* Tailwind (arbitrary) */
class="text-[#dec49f] bg-[#dec49f]"
/* SCSS */
$brand: #dec49f;
/* SwiftUI */
Color(red: 0.871, green: 0.769, blue: 0.624)
/* Android */
Color.parseColor("#dec49f")Accessibility — WCAG contrast
Aa
#dec49f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec49f on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow28.4%
Key (black)12.9%
Color previews
#dec49f text on a black background
contrast 12.50:1
Card sample
#dec49f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec49f;
Background color
Panel with #dec49f background
background-color: #dec49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 196, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 196, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec49f; background: linear-gradient(135deg, #dec49f, #CEDE9F);