#dec77f
a light, vivid yellow · cool · closest name: khaki
RGB
222, 199, 127
HSL
46°, 59%, 68%
CMYK
0, 10, 43, 13
Luminance
0.5791
Every format
| HEX | #dec77f |
| RGB | rgb(222, 199, 127) |
| HSL | hsl(46, 59%, 68%) |
| CMYK | cmyk(0%, 10%, 43%, 13%) |
| LAB | lab(80.7 -1.7 38.9) |
| LCH | lch(80.7 39.0 92.5) |
| OKLCH | oklch(0.833 0.095 92.4) |
Copy-ready code
/* CSS */
color: #dec77f;
background-color: #dec77f;
/* Tailwind (arbitrary) */
class="text-[#dec77f] bg-[#dec77f]"
/* SCSS */
$brand: #dec77f;
/* SwiftUI */
Color(red: 0.871, green: 0.780, blue: 0.498)
/* Android */
Color.parseColor("#dec77f")Accessibility — WCAG contrast
Aa
#dec77f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec77f on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow42.8%
Key (black)12.9%
Color previews
#dec77f text on a black background
contrast 12.58:1
Card sample
#dec77f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec77f;
Background color
Panel with #dec77f background
background-color: #dec77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 199, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 199, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec77f; background: linear-gradient(135deg, #dec77f, #B6DE7F);