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