#fcfd47
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 253, 71
HSL
60°, 98%, 64%
CMYK
0, 0, 72, 1
Luminance
0.9140
Every format
| HEX | #fcfd47 |
| RGB | rgb(252, 253, 71) |
| HSL | hsl(60, 98%, 64%) |
| CMYK | cmyk(0%, 0%, 72%, 1%) |
| LAB | lab(96.6 -20.3 81.2) |
| LCH | lch(96.6 83.7 104.0) |
| OKLCH | oklch(0.964 0.190 109.8) |
Copy-ready code
/* CSS */
color: #fcfd47;
background-color: #fcfd47;
/* Tailwind (arbitrary) */
class="text-[#fcfd47] bg-[#fcfd47]"
/* SCSS */
$brand: #fcfd47;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.278)
/* Android */
Color.parseColor("#fcfd47")Accessibility — WCAG contrast
Aa
#fcfd47 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd47 on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue27.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow71.9%
Key (black)0.8%
Color previews
#fcfd47 text on a black background
contrast 19.28:1
Card sample
#fcfd47 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd47;
Background color
Panel with #fcfd47 background
background-color: #fcfd47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd47; background: linear-gradient(135deg, #fcfd47, #83FD47);