#fcff36
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 255, 54
HSL
61°, 100%, 61%
CMYK
1, 0, 79, 0
Luminance
0.9248
Every format
| HEX | #fcff36 |
| RGB | rgb(252, 255, 54) |
| HSL | hsl(61, 100%, 61%) |
| CMYK | cmyk(1%, 0%, 79%, 0%) |
| LAB | lab(97.0 -21.9 86.5) |
| LCH | lch(97.0 89.3 104.2) |
| OKLCH | oklch(0.967 0.200 110.5) |
Copy-ready code
/* CSS */
color: #fcff36;
background-color: #fcff36;
/* Tailwind (arbitrary) */
class="text-[#fcff36] bg-[#fcff36]"
/* SCSS */
$brand: #fcff36;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.212)
/* Android */
Color.parseColor("#fcff36")Accessibility — WCAG contrast
Aa
#fcff36 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcff36 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue21.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow78.8%
Key (black)0.0%
Color previews
#fcff36 text on a black background
contrast 19.50:1
Card sample
#fcff36 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcff36;
Background color
Panel with #fcff36 background
background-color: #fcff36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcff36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcff36; background: linear-gradient(135deg, #fcff36, #76FF36);