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