#f1e430
a balanced, electric yellow · cool · closest name: gold
RGB
241, 228, 48
HSL
56°, 87%, 57%
CMYK
0, 5, 80, 6
Luminance
0.7440
Every format
| HEX | #f1e430 |
| RGB | rgb(241, 228, 48) |
| HSL | hsl(56, 87%, 57%) |
| CMYK | cmyk(0%, 5%, 80%, 6%) |
| LAB | lab(89.1 -13.6 80.9) |
| LCH | lch(89.1 82.0 99.5) |
| OKLCH | oklch(0.901 0.181 105.0) |
Copy-ready code
/* CSS */
color: #f1e430;
background-color: #f1e430;
/* Tailwind (arbitrary) */
class="text-[#f1e430] bg-[#f1e430]"
/* SCSS */
$brand: #f1e430;
/* SwiftUI */
Color(red: 0.945, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#f1e430")Accessibility — WCAG contrast
Aa
#f1e430 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1e430 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green89.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow80.1%
Key (black)5.5%
Color previews
#f1e430 text on a black background
contrast 15.88:1
Card sample
#f1e430 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1e430;
Background color
Panel with #f1e430 background
background-color: #f1e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1e430; background: linear-gradient(135deg, #f1e430, #7DF130);