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