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