#fcff49
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 255, 73
HSL
61°, 100%, 64%
CMYK
1, 0, 71, 0
Luminance
0.9270
Every format
| HEX | #fcff49 |
| RGB | rgb(252, 255, 73) |
| HSL | hsl(61, 100%, 64%) |
| CMYK | cmyk(1%, 0%, 71%, 0%) |
| LAB | lab(97.1 -21.2 81.1) |
| LCH | lch(97.1 83.8 104.6) |
| OKLCH | oklch(0.968 0.191 110.4) |
Copy-ready code
/* CSS */
color: #fcff49;
background-color: #fcff49;
/* Tailwind (arbitrary) */
class="text-[#fcff49] bg-[#fcff49]"
/* SCSS */
$brand: #fcff49;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#fcff49")Accessibility — WCAG contrast
Aa
#fcff49 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcff49 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue28.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#fcff49 text on a black background
contrast 19.54:1
Card sample
#fcff49 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcff49;
Background color
Panel with #fcff49 background
background-color: #fcff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcff49; background: linear-gradient(135deg, #fcff49, #83FF49);