#dec71f
a balanced, electric yellow · cool · closest name: gold
RGB
222, 199, 31
HSL
53°, 76%, 50%
CMYK
0, 10, 86, 13
Luminance
0.5648
Every format
| HEX | #dec71f |
| RGB | rgb(222, 199, 31) |
| HSL | hsl(53, 76%, 50%) |
| CMYK | cmyk(0%, 10%, 86%, 13%) |
| LAB | lab(79.9 -7.5 76.5) |
| LCH | lch(79.9 76.9 95.6) |
| OKLCH | oklch(0.824 0.166 100.5) |
Copy-ready code
/* CSS */
color: #dec71f;
background-color: #dec71f;
/* Tailwind (arbitrary) */
class="text-[#dec71f] bg-[#dec71f]"
/* SCSS */
$brand: #dec71f;
/* SwiftUI */
Color(red: 0.871, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#dec71f")Accessibility — WCAG contrast
Aa
#dec71f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec71f on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow86.0%
Key (black)12.9%
Color previews
#dec71f text on a black background
contrast 12.30:1
Card sample
#dec71f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec71f;
Background color
Panel with #dec71f background
background-color: #dec71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec71f; background: linear-gradient(135deg, #dec71f, #76DE1F);