#fcf978
a light, electric yellow · cool · closest name: khaki
RGB
252, 249, 120
HSL
59°, 96%, 73%
CMYK
0, 1, 52, 1
Luminance
0.8980
Every format
| HEX | #fcf978 |
| RGB | rgb(252, 249, 120) |
| HSL | hsl(59, 96%, 73%) |
| CMYK | cmyk(0%, 1%, 52%, 1%) |
| LAB | lab(95.9 -15.5 61.4) |
| LCH | lch(95.9 63.3 104.1) |
| OKLCH | oklch(0.959 0.151 107.7) |
Copy-ready code
/* CSS */
color: #fcf978;
background-color: #fcf978;
/* Tailwind (arbitrary) */
class="text-[#fcf978] bg-[#fcf978]"
/* SCSS */
$brand: #fcf978;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#fcf978")Accessibility — WCAG contrast
Aa
#fcf978 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf978 on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow52.4%
Key (black)1.2%
Color previews
#fcf978 text on a black background
contrast 18.96:1
Card sample
#fcf978 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf978;
Background color
Panel with #fcf978 background
background-color: #fcf978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf978; background: linear-gradient(135deg, #fcf978, #A7FC78);