#f1e441
a balanced, electric yellow · cool · closest name: gold
RGB
241, 228, 65
HSL
56°, 86%, 60%
CMYK
0, 5, 73, 6
Luminance
0.7457
Every format
| HEX | #f1e441 |
| RGB | rgb(241, 228, 65) |
| HSL | hsl(56, 86%, 60%) |
| CMYK | cmyk(0%, 5%, 73%, 6%) |
| LAB | lab(89.2 -12.9 75.9) |
| LCH | lch(89.2 77.0 99.7) |
| OKLCH | oklch(0.902 0.173 104.7) |
Copy-ready code
/* CSS */
color: #f1e441;
background-color: #f1e441;
/* Tailwind (arbitrary) */
class="text-[#f1e441] bg-[#f1e441]"
/* SCSS */
$brand: #f1e441;
/* SwiftUI */
Color(red: 0.945, green: 0.894, blue: 0.255)
/* Android */
Color.parseColor("#f1e441")Accessibility — WCAG contrast
Aa
#f1e441 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1e441 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green89.4%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow73.0%
Key (black)5.5%
Color previews
#f1e441 text on a black background
contrast 15.91:1
Card sample
#f1e441 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1e441;
Background color
Panel with #f1e441 background
background-color: #f1e441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1e441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 228, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 228, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1e441; background: linear-gradient(135deg, #f1e441, #89F141);