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