#fcfd39
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 253, 57
HSL
60°, 98%, 61%
CMYK
0, 0, 78, 1
Luminance
0.9124
Every format
| HEX | #fcfd39 |
| RGB | rgb(252, 253, 57) |
| HSL | hsl(60, 98%, 61%) |
| CMYK | cmyk(0%, 0%, 78%, 1%) |
| LAB | lab(96.5 -20.9 85.3) |
| LCH | lch(96.5 87.8 103.7) |
| OKLCH | oklch(0.963 0.197 109.9) |
Copy-ready code
/* CSS */
color: #fcfd39;
background-color: #fcfd39;
/* Tailwind (arbitrary) */
class="text-[#fcfd39] bg-[#fcfd39]"
/* SCSS */
$brand: #fcfd39;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.224)
/* Android */
Color.parseColor("#fcfd39")Accessibility — WCAG contrast
Aa
#fcfd39 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd39 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue22.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow77.5%
Key (black)0.8%
Color previews
#fcfd39 text on a black background
contrast 19.25:1
Card sample
#fcfd39 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd39;
Background color
Panel with #fcfd39 background
background-color: #fcfd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd39; background: linear-gradient(135deg, #fcfd39, #79FD39);