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