#fcff02
a balanced, electric yellow · cool · “yellow”
RGB
252, 255, 2
HSL
61°, 100%, 50%
CMYK
1, 0, 99, 0
Luminance
0.9222
Every format
| HEX | #fcff02 |
| RGB | rgb(252, 255, 2) |
| HSL | hsl(61, 100%, 50%) |
| CMYK | cmyk(1%, 0%, 99%, 0%) |
| LAB | lab(96.9 -22.8 94.1) |
| LCH | lch(96.9 96.8 103.6) |
| OKLCH | oklch(0.966 0.211 110.6) |
Copy-ready code
/* CSS */
color: #fcff02;
background-color: #fcff02;
/* Tailwind (arbitrary) */
class="text-[#fcff02] bg-[#fcff02]"
/* SCSS */
$brand: #fcff02;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.008)
/* Android */
Color.parseColor("#fcff02")Accessibility — WCAG contrast
Aa
#fcff02 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcff02 on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue0.8%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow99.2%
Key (black)0.0%
Color previews
#fcff02 text on a black background
contrast 19.44:1
Card sample
#fcff02 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcff02;
Background color
Panel with #fcff02 background
background-color: #fcff02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcff02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcff02; background: linear-gradient(135deg, #fcff02, #53FF02);