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