#dec86f
a light, vivid yellow · cool · closest name: khaki
RGB
222, 200, 111
HSL
48°, 63%, 65%
CMYK
0, 10, 50, 13
Luminance
0.5799
Every format
| HEX | #dec86f |
| RGB | rgb(222, 200, 111) |
| HSL | hsl(48, 63%, 65%) |
| CMYK | cmyk(0%, 10%, 50%, 13%) |
| LAB | lab(80.7 -3.7 47.0) |
| LCH | lch(80.7 47.1 94.5) |
| OKLCH | oklch(0.833 0.112 95.8) |
Copy-ready code
/* CSS */
color: #dec86f;
background-color: #dec86f;
/* Tailwind (arbitrary) */
class="text-[#dec86f] bg-[#dec86f]"
/* SCSS */
$brand: #dec86f;
/* SwiftUI */
Color(red: 0.871, green: 0.784, blue: 0.435)
/* Android */
Color.parseColor("#dec86f")Accessibility — WCAG contrast
Aa
#dec86f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec86f on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow50.0%
Key (black)12.9%
Color previews
#dec86f text on a black background
contrast 12.60:1
Card sample
#dec86f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec86f;
Background color
Panel with #dec86f background
background-color: #dec86f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec86f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 200, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 200, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec86f; background: linear-gradient(135deg, #dec86f, #AADE6F);