#fcf02c
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 240, 44
HSL
57°, 97%, 58%
CMYK
0, 5, 83, 1
Luminance
0.8320
Every format
| HEX | #fcf02c |
| RGB | rgb(252, 240, 44) |
| HSL | hsl(57, 97%, 58%) |
| CMYK | cmyk(0%, 5%, 83%, 1%) |
| LAB | lab(93.1 -15.0 85.6) |
| LCH | lch(93.1 86.9 99.9) |
| OKLCH | oklch(0.935 0.191 105.7) |
Copy-ready code
/* CSS */
color: #fcf02c;
background-color: #fcf02c;
/* Tailwind (arbitrary) */
class="text-[#fcf02c] bg-[#fcf02c]"
/* SCSS */
$brand: #fcf02c;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.173)
/* Android */
Color.parseColor("#fcf02c")Accessibility — WCAG contrast
Aa
#fcf02c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf02c on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow82.5%
Key (black)1.2%
Color previews
#fcf02c text on a black background
contrast 17.64:1
Card sample
#fcf02c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf02c;
Background color
Panel with #fcf02c background
background-color: #fcf02c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf02c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf02c; background: linear-gradient(135deg, #fcf02c, #7DFC2C);