#fefc39
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 252, 57
HSL
59°, 99%, 61%
CMYK
0, 1, 78, 0
Luminance
0.9099
Every format
| HEX | #fefc39 |
| RGB | rgb(254, 252, 57) |
| HSL | hsl(59, 99%, 61%) |
| CMYK | cmyk(0%, 1%, 78%, 0%) |
| LAB | lab(96.4 -19.6 85.3) |
| LCH | lch(96.4 87.5 102.9) |
| OKLCH | oklch(0.962 0.196 109.0) |
Copy-ready code
/* CSS */
color: #fefc39;
background-color: #fefc39;
/* Tailwind (arbitrary) */
class="text-[#fefc39] bg-[#fefc39]"
/* SCSS */
$brand: #fefc39;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.224)
/* Android */
Color.parseColor("#fefc39")Accessibility — WCAG contrast
Aa
#fefc39 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefc39 on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow77.6%
Key (black)0.4%
Color previews
#fefc39 text on a black background
contrast 19.20:1
Card sample
#fefc39 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefc39;
Background color
Panel with #fefc39 background
background-color: #fefc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefc39; background: linear-gradient(135deg, #fefc39, #7DFE39);