#dec34f
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 195, 79
HSL
49°, 68%, 59%
CMYK
0, 12, 64, 13
Luminance
0.5512
Every format
| HEX | #dec34f |
| RGB | rgb(222, 195, 79) |
| HSL | hsl(49, 68%, 59%) |
| CMYK | cmyk(0%, 12%, 64%, 13%) |
| LAB | lab(79.1 -3.5 59.9) |
| LCH | lch(79.1 60.0 93.4) |
| OKLCH | oklch(0.819 0.137 96.1) |
Copy-ready code
/* CSS */
color: #dec34f;
background-color: #dec34f;
/* Tailwind (arbitrary) */
class="text-[#dec34f] bg-[#dec34f]"
/* SCSS */
$brand: #dec34f;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.310)
/* Android */
Color.parseColor("#dec34f")Accessibility — WCAG contrast
Aa
#dec34f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec34f on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow64.4%
Key (black)12.9%
Color previews
#dec34f text on a black background
contrast 12.02:1
Card sample
#dec34f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec34f;
Background color
Panel with #dec34f background
background-color: #dec34f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec34f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec34f; background: linear-gradient(135deg, #dec34f, #9ADE4F);