#dec72f
a balanced, vivid yellow · cool · closest name: gold
RGB
222, 199, 47
HSL
52°, 73%, 53%
CMYK
0, 10, 79, 13
Luminance
0.5658
Every format
| HEX | #dec72f |
| RGB | rgb(222, 199, 47) |
| HSL | hsl(52, 73%, 53%) |
| CMYK | cmyk(0%, 10%, 79%, 13%) |
| LAB | lab(80.0 -7.1 72.5) |
| LCH | lch(80.0 72.8 95.6) |
| OKLCH | oklch(0.825 0.160 100.1) |
Copy-ready code
/* CSS */
color: #dec72f;
background-color: #dec72f;
/* Tailwind (arbitrary) */
class="text-[#dec72f] bg-[#dec72f]"
/* SCSS */
$brand: #dec72f;
/* SwiftUI */
Color(red: 0.871, green: 0.780, blue: 0.184)
/* Android */
Color.parseColor("#dec72f")Accessibility — WCAG contrast
Aa
#dec72f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec72f on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow78.8%
Key (black)12.9%
Color previews
#dec72f text on a black background
contrast 12.32:1
Card sample
#dec72f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec72f;
Background color
Panel with #dec72f background
background-color: #dec72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 199, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 199, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec72f; background: linear-gradient(135deg, #dec72f, #80DE2F);