#fcff24
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 255, 36
HSL
61°, 100%, 57%
CMYK
1, 0, 86, 0
Luminance
0.9234
Every format
| HEX | #fcff24 |
| RGB | rgb(252, 255, 36) |
| HSL | hsl(61, 100%, 57%) |
| CMYK | cmyk(1%, 0%, 86%, 0%) |
| LAB | lab(97.0 -22.4 90.4) |
| LCH | lch(97.0 93.1 103.9) |
| OKLCH | oklch(0.966 0.206 110.6) |
Copy-ready code
/* CSS */
color: #fcff24;
background-color: #fcff24;
/* Tailwind (arbitrary) */
class="text-[#fcff24] bg-[#fcff24]"
/* SCSS */
$brand: #fcff24;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.141)
/* Android */
Color.parseColor("#fcff24")Accessibility — WCAG contrast
Aa
#fcff24 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcff24 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue14.1%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow85.9%
Key (black)0.0%
Color previews
#fcff24 text on a black background
contrast 19.47:1
Card sample
#fcff24 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcff24;
Background color
Panel with #fcff24 background
background-color: #fcff24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcff24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcff24; background: linear-gradient(135deg, #fcff24, #6AFF24);