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