#fcc40c
a balanced, electric yellow · cool · closest name: gold
RGB
252, 196, 12
HSL
46°, 98%, 52%
CMYK
0, 22, 95, 1
Luminance
0.6020
Every format
| HEX | #fcc40c |
| RGB | rgb(252, 196, 12) |
| HSL | hsl(46, 98%, 52%) |
| CMYK | cmyk(0%, 22%, 95%, 1%) |
| LAB | lab(82.0 6.6 82.4) |
| LCH | lch(82.0 82.6 85.4) |
| OKLCH | oklch(0.847 0.172 87.5) |
Copy-ready code
/* CSS */
color: #fcc40c;
background-color: #fcc40c;
/* Tailwind (arbitrary) */
class="text-[#fcc40c] bg-[#fcc40c]"
/* SCSS */
$brand: #fcc40c;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.047)
/* Android */
Color.parseColor("#fcc40c")Accessibility — WCAG contrast
Aa
#fcc40c on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc40c on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow95.2%
Key (black)1.2%
Color previews
#fcc40c text on a black background
contrast 13.04:1
Card sample
#fcc40c text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc40c;
Background color
Panel with #fcc40c background
background-color: #fcc40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc40c; background: linear-gradient(135deg, #fcc40c, #94FC0C);