#f4f84a
a balanced, electric yellow · cool · closest name: yellow
RGB
244, 248, 74
HSL
61°, 93%, 63%
CMYK
2, 0, 70, 3
Luminance
0.8686
Every format
| HEX | #f4f84a |
| RGB | rgb(244, 248, 74) |
| HSL | hsl(61, 93%, 63%) |
| CMYK | cmyk(2%, 0%, 70%, 3%) |
| LAB | lab(94.7 -21.0 78.2) |
| LCH | lch(94.7 81.0 105.1) |
| OKLCH | oklch(0.947 0.185 110.8) |
Copy-ready code
/* CSS */
color: #f4f84a;
background-color: #f4f84a;
/* Tailwind (arbitrary) */
class="text-[#f4f84a] bg-[#f4f84a]"
/* SCSS */
$brand: #f4f84a;
/* SwiftUI */
Color(red: 0.957, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#f4f84a")Accessibility — WCAG contrast
Aa
#f4f84a on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f84a on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green97.3%
Blue29.0%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#f4f84a text on a black background
contrast 18.37:1
Card sample
#f4f84a text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f84a;
Background color
Panel with #f4f84a background
background-color: #f4f84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f84a; background: linear-gradient(135deg, #f4f84a, #80F84A);