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