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