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