#fcdc39
a balanced, electric yellow · cool · closest name: gold
RGB
252, 220, 57
HSL
50°, 97%, 61%
CMYK
0, 13, 77, 1
Luminance
0.7218
Every format
| HEX | #fcdc39 |
| RGB | rgb(252, 220, 57) |
| HSL | hsl(50, 97%, 61%) |
| CMYK | cmyk(0%, 13%, 77%, 1%) |
| LAB | lab(88.1 -4.7 77.7) |
| LCH | lch(88.1 77.9 93.4) |
| OKLCH | oklch(0.895 0.170 97.3) |
Copy-ready code
/* CSS */
color: #fcdc39;
background-color: #fcdc39;
/* Tailwind (arbitrary) */
class="text-[#fcdc39] bg-[#fcdc39]"
/* SCSS */
$brand: #fcdc39;
/* SwiftUI */
Color(red: 0.988, green: 0.863, blue: 0.224)
/* Android */
Color.parseColor("#fcdc39")Accessibility — WCAG contrast
Aa
#fcdc39 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdc39 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow77.4%
Key (black)1.2%
Color previews
#fcdc39 text on a black background
contrast 15.44:1
Card sample
#fcdc39 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdc39;
Background color
Panel with #fcdc39 background
background-color: #fcdc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 220, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 220, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdc39; background: linear-gradient(135deg, #fcdc39, #9AFC39);