#fcfa54
a light, electric yellow · cool · closest name: yellow
RGB
252, 250, 84
HSL
59°, 97%, 66%
CMYK
0, 1, 67, 1
Luminance
0.8971
Every format
| HEX | #fcfa54 |
| RGB | rgb(252, 250, 84) |
| HSL | hsl(59, 97%, 66%) |
| CMYK | cmyk(0%, 1%, 67%, 1%) |
| LAB | lab(95.9 -18.3 76.1) |
| LCH | lch(95.9 78.2 103.5) |
| OKLCH | oklch(0.958 0.180 108.7) |
Copy-ready code
/* CSS */
color: #fcfa54;
background-color: #fcfa54;
/* Tailwind (arbitrary) */
class="text-[#fcfa54] bg-[#fcfa54]"
/* SCSS */
$brand: #fcfa54;
/* SwiftUI */
Color(red: 0.988, green: 0.980, blue: 0.329)
/* Android */
Color.parseColor("#fcfa54")Accessibility — WCAG contrast
Aa
#fcfa54 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfa54 on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.0%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow66.7%
Key (black)1.2%
Color previews
#fcfa54 text on a black background
contrast 18.94:1
Card sample
#fcfa54 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfa54;
Background color
Panel with #fcfa54 background
background-color: #fcfa54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfa54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 250, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 250, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfa54; background: linear-gradient(135deg, #fcfa54, #8EFC54);