#f4f52c
a balanced, electric yellow · cool · closest name: yellow
RGB
244, 245, 44
HSL
60°, 91%, 57%
CMYK
0, 0, 82, 4
Luminance
0.8472
Every format
| HEX | #f4f52c |
| RGB | rgb(244, 245, 44) |
| HSL | hsl(60, 91%, 57%) |
| CMYK | cmyk(0%, 0%, 82%, 4%) |
| LAB | lab(93.8 -20.7 85.9) |
| LCH | lch(93.8 88.3 103.5) |
| OKLCH | oklch(0.939 0.196 110.0) |
Copy-ready code
/* CSS */
color: #f4f52c;
background-color: #f4f52c;
/* Tailwind (arbitrary) */
class="text-[#f4f52c] bg-[#f4f52c]"
/* SCSS */
$brand: #f4f52c;
/* SwiftUI */
Color(red: 0.957, green: 0.961, blue: 0.173)
/* Android */
Color.parseColor("#f4f52c")Accessibility — WCAG contrast
Aa
#f4f52c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f52c on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green96.1%
Blue17.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow82.0%
Key (black)3.9%
Color previews
#f4f52c text on a black background
contrast 17.94:1
Card sample
#f4f52c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f52c;
Background color
Panel with #f4f52c background
background-color: #f4f52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 245, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 245, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f52c; background: linear-gradient(135deg, #f4f52c, #6EF52C);