#fcfd59
a light, electric yellow · cool · closest name: yellow
RGB
252, 253, 89
HSL
60°, 98%, 67%
CMYK
0, 0, 65, 1
Luminance
0.9167
Every format
| HEX | #fcfd59 |
| RGB | rgb(252, 253, 89) |
| HSL | hsl(60, 98%, 67%) |
| CMYK | cmyk(0%, 0%, 65%, 1%) |
| LAB | lab(96.7 -19.4 75.0) |
| LCH | lch(96.7 77.5 104.5) |
| OKLCH | oklch(0.965 0.179 109.7) |
Copy-ready code
/* CSS */
color: #fcfd59;
background-color: #fcfd59;
/* Tailwind (arbitrary) */
class="text-[#fcfd59] bg-[#fcfd59]"
/* SCSS */
$brand: #fcfd59;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.349)
/* Android */
Color.parseColor("#fcfd59")Accessibility — WCAG contrast
Aa
#fcfd59 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd59 on black: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue34.9%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow64.8%
Key (black)0.8%
Color previews
#fcfd59 text on a black background
contrast 19.33:1
Card sample
#fcfd59 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd59;
Background color
Panel with #fcfd59 background
background-color: #fcfd59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd59; background: linear-gradient(135deg, #fcfd59, #8FFD59);