#fffe59
a light, electric yellow · cool · closest name: yellow
RGB
255, 254, 89
HSL
60°, 100%, 68%
CMYK
0, 0, 65, 0
Luminance
0.9286
Every format
| HEX | #fffe59 |
| RGB | rgb(255, 254, 89) |
| HSL | hsl(60, 100%, 68%) |
| CMYK | cmyk(0%, 0%, 65%, 0%) |
| LAB | lab(97.2 -18.7 75.6) |
| LCH | lch(97.2 77.9 103.9) |
| OKLCH | oklch(0.969 0.180 109.0) |
Copy-ready code
/* CSS */
color: #fffe59;
background-color: #fffe59;
/* Tailwind (arbitrary) */
class="text-[#fffe59] bg-[#fffe59]"
/* SCSS */
$brand: #fffe59;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.349)
/* Android */
Color.parseColor("#fffe59")Accessibility — WCAG contrast
Aa
#fffe59 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe59 on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow65.1%
Key (black)0.0%
Color previews
#fffe59 text on a black background
contrast 19.57:1
Card sample
#fffe59 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe59;
Background color
Panel with #fffe59 background
background-color: #fffe59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe59; background: linear-gradient(135deg, #fffe59, #92FF59);