#fcf721
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 247, 33
HSL
59°, 97%, 56%
CMYK
0, 2, 87, 1
Luminance
0.8733
Every format
| HEX | #fcf721 |
| RGB | rgb(252, 247, 33) |
| HSL | hsl(59, 97%, 56%) |
| CMYK | cmyk(0%, 2%, 87%, 1%) |
| LAB | lab(94.9 -18.6 89.2) |
| LCH | lch(94.9 91.2 101.8) |
| OKLCH | oklch(0.950 0.200 108.1) |
Copy-ready code
/* CSS */
color: #fcf721;
background-color: #fcf721;
/* Tailwind (arbitrary) */
class="text-[#fcf721] bg-[#fcf721]"
/* SCSS */
$brand: #fcf721;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#fcf721")Accessibility — WCAG contrast
Aa
#fcf721 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf721 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow86.9%
Key (black)1.2%
Color previews
#fcf721 text on a black background
contrast 18.47:1
Card sample
#fcf721 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf721;
Background color
Panel with #fcf721 background
background-color: #fcf721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf721; background: linear-gradient(135deg, #fcf721, #6FFC21);