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