#fcd52f
a balanced, electric yellow · cool · closest name: gold
RGB
252, 213, 47
HSL
49°, 97%, 59%
CMYK
0, 16, 81, 1
Luminance
0.6849
Every format
| HEX | #fcd52f |
| RGB | rgb(252, 213, 47) |
| HSL | hsl(49, 97%, 59%) |
| CMYK | cmyk(0%, 16%, 81%, 1%) |
| LAB | lab(86.3 -1.5 79.1) |
| LCH | lch(86.3 79.1 91.1) |
| OKLCH | oklch(0.881 0.170 94.5) |
Copy-ready code
/* CSS */
color: #fcd52f;
background-color: #fcd52f;
/* Tailwind (arbitrary) */
class="text-[#fcd52f] bg-[#fcd52f]"
/* SCSS */
$brand: #fcd52f;
/* SwiftUI */
Color(red: 0.988, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#fcd52f")Accessibility — WCAG contrast
Aa
#fcd52f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd52f on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow81.3%
Key (black)1.2%
Color previews
#fcd52f text on a black background
contrast 14.70:1
Card sample
#fcd52f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd52f;
Background color
Panel with #fcd52f background
background-color: #fcd52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd52f; background: linear-gradient(135deg, #fcd52f, #9AFC2F);