#dec64f
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 198, 79
HSL
50°, 68%, 59%
CMYK
0, 11, 64, 13
Luminance
0.5648
Every format
| HEX | #dec64f |
| RGB | rgb(222, 198, 79) |
| HSL | hsl(50, 68%, 59%) |
| CMYK | cmyk(0%, 11%, 64%, 13%) |
| LAB | lab(79.9 -5.1 60.7) |
| LCH | lch(79.9 60.9 94.8) |
| OKLCH | oklch(0.825 0.139 97.8) |
Copy-ready code
/* CSS */
color: #dec64f;
background-color: #dec64f;
/* Tailwind (arbitrary) */
class="text-[#dec64f] bg-[#dec64f]"
/* SCSS */
$brand: #dec64f;
/* SwiftUI */
Color(red: 0.871, green: 0.776, blue: 0.310)
/* Android */
Color.parseColor("#dec64f")Accessibility — WCAG contrast
Aa
#dec64f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec64f on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green77.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow64.4%
Key (black)12.9%
Color previews
#dec64f text on a black background
contrast 12.30:1
Card sample
#dec64f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec64f;
Background color
Panel with #dec64f background
background-color: #dec64f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec64f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 198, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 198, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec64f; background: linear-gradient(135deg, #dec64f, #97DE4F);