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