#fffe41
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 254, 65
HSL
60°, 100%, 63%
CMYK
0, 0, 75, 0
Luminance
0.9253
Every format
| HEX | #fffe41 |
| RGB | rgb(255, 254, 65) |
| HSL | hsl(60, 100%, 63%) |
| CMYK | cmyk(0%, 0%, 75%, 0%) |
| LAB | lab(97.0 -19.8 83.6) |
| LCH | lch(97.0 85.9 103.3) |
| OKLCH | oklch(0.968 0.194 109.2) |
Copy-ready code
/* CSS */
color: #fffe41;
background-color: #fffe41;
/* Tailwind (arbitrary) */
class="text-[#fffe41] bg-[#fffe41]"
/* SCSS */
$brand: #fffe41;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.255)
/* Android */
Color.parseColor("#fffe41")Accessibility — WCAG contrast
Aa
#fffe41 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe41 on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow74.5%
Key (black)0.0%
Color previews
#fffe41 text on a black background
contrast 19.51:1
Card sample
#fffe41 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe41;
Background color
Panel with #fffe41 background
background-color: #fffe41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe41; background: linear-gradient(135deg, #fffe41, #81FF41);