#fffc4f
a light, electric yellow · cool · closest name: yellow
RGB
255, 252, 79
HSL
59°, 100%, 66%
CMYK
0, 1, 69, 0
Luminance
0.9145
Every format
| HEX | #fffc4f |
| RGB | rgb(255, 252, 79) |
| HSL | hsl(59, 100%, 66%) |
| CMYK | cmyk(0%, 1%, 69%, 0%) |
| LAB | lab(96.6 -18.3 78.6) |
| LCH | lch(96.6 80.7 103.1) |
| OKLCH | oklch(0.964 0.184 108.4) |
Copy-ready code
/* CSS */
color: #fffc4f;
background-color: #fffc4f;
/* Tailwind (arbitrary) */
class="text-[#fffc4f] bg-[#fffc4f]"
/* SCSS */
$brand: #fffc4f;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.310)
/* Android */
Color.parseColor("#fffc4f")Accessibility — WCAG contrast
Aa
#fffc4f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffc4f on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow69.0%
Key (black)0.0%
Color previews
#fffc4f text on a black background
contrast 19.29:1
Card sample
#fffc4f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffc4f;
Background color
Panel with #fffc4f background
background-color: #fffc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffc4f; background: linear-gradient(135deg, #fffc4f, #8DFF4F);