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