#ffe01a
a balanced, electric yellow · cool · closest name: gold
RGB
255, 224, 26
HSL
52°, 100%, 55%
CMYK
0, 12, 90, 0
Luminance
0.7465
Every format
| HEX | #ffe01a |
| RGB | rgb(255, 224, 26) |
| HSL | hsl(52, 100%, 55%) |
| CMYK | cmyk(0%, 12%, 90%, 0%) |
| LAB | lab(89.2 -6.2 86.1) |
| LCH | lch(89.2 86.3 94.1) |
| OKLCH | oklch(0.905 0.184 98.8) |
Copy-ready code
/* CSS */
color: #ffe01a;
background-color: #ffe01a;
/* Tailwind (arbitrary) */
class="text-[#ffe01a] bg-[#ffe01a]"
/* SCSS */
$brand: #ffe01a;
/* SwiftUI */
Color(red: 1.000, green: 0.878, blue: 0.102)
/* Android */
Color.parseColor("#ffe01a")Accessibility — WCAG contrast
Aa
#ffe01a on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe01a on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.8%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow89.8%
Key (black)0.0%
Color previews
#ffe01a text on a black background
contrast 15.93:1
Card sample
#ffe01a text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe01a;
Background color
Panel with #ffe01a background
background-color: #ffe01a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe01a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 224, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 224, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe01a; background: linear-gradient(135deg, #ffe01a, #85FF1A);