#fcf913
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 249, 19
HSL
59°, 98%, 53%
CMYK
0, 1, 93, 1
Luminance
0.8849
Every format
| HEX | #fcf913 |
| RGB | rgb(252, 249, 19) |
| HSL | hsl(59, 98%, 53%) |
| CMYK | cmyk(0%, 1%, 93%, 1%) |
| LAB | lab(95.4 -19.8 91.6) |
| LCH | lch(95.4 93.7 102.2) |
| OKLCH | oklch(0.953 0.204 108.8) |
Copy-ready code
/* CSS */
color: #fcf913;
background-color: #fcf913;
/* Tailwind (arbitrary) */
class="text-[#fcf913] bg-[#fcf913]"
/* SCSS */
$brand: #fcf913;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.075)
/* Android */
Color.parseColor("#fcf913")Accessibility — WCAG contrast
Aa
#fcf913 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf913 on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow92.5%
Key (black)1.2%
Color previews
#fcf913 text on a black background
contrast 18.70:1
Card sample
#fcf913 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf913;
Background color
Panel with #fcf913 background
background-color: #fcf913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf913; background: linear-gradient(135deg, #fcf913, #64FC13);