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