#dec52f
a balanced, vivid yellow · cool · closest name: gold
RGB
222, 197, 47
HSL
51°, 73%, 53%
CMYK
0, 11, 79, 13
Luminance
0.5567
Every format
| HEX | #dec52f |
| RGB | rgb(222, 197, 47) |
| HSL | hsl(51, 73%, 53%) |
| CMYK | cmyk(0%, 11%, 79%, 13%) |
| LAB | lab(79.4 -6.1 72.0) |
| LCH | lch(79.4 72.3 94.8) |
| OKLCH | oklch(0.821 0.158 99.1) |
Copy-ready code
/* CSS */
color: #dec52f;
background-color: #dec52f;
/* Tailwind (arbitrary) */
class="text-[#dec52f] bg-[#dec52f]"
/* SCSS */
$brand: #dec52f;
/* SwiftUI */
Color(red: 0.871, green: 0.773, blue: 0.184)
/* Android */
Color.parseColor("#dec52f")Accessibility — WCAG contrast
Aa
#dec52f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec52f on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green77.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow78.8%
Key (black)12.9%
Color previews
#dec52f text on a black background
contrast 12.13:1
Card sample
#dec52f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec52f;
Background color
Panel with #dec52f background
background-color: #dec52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 197, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 197, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec52f; background: linear-gradient(135deg, #dec52f, #82DE2F);