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