#f1fc13
a balanced, electric yellow · cool · closest name: yellow
RGB
241, 252, 19
HSL
63°, 98%, 53%
CMYK
4, 0, 93, 1
Luminance
0.8837
Every format
| HEX | #f1fc13 |
| RGB | rgb(241, 252, 19) |
| HSL | hsl(63, 98%, 53%) |
| CMYK | cmyk(4%, 0%, 93%, 1%) |
| LAB | lab(95.3 -25.7 91.2) |
| LCH | lch(95.3 94.7 105.7) |
| OKLCH | oklch(0.951 0.210 113.0) |
Copy-ready code
/* CSS */
color: #f1fc13;
background-color: #f1fc13;
/* Tailwind (arbitrary) */
class="text-[#f1fc13] bg-[#f1fc13]"
/* SCSS */
$brand: #f1fc13;
/* SwiftUI */
Color(red: 0.945, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#f1fc13")Accessibility — WCAG contrast
Aa
#f1fc13 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fc13 on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.8%
Blue7.5%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#f1fc13 text on a black background
contrast 18.67:1
Card sample
#f1fc13 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fc13;
Background color
Panel with #f1fc13 background
background-color: #f1fc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fc13; background: linear-gradient(135deg, #f1fc13, #56FC13);