#f9fc2f
a balanced, electric yellow · cool · closest name: yellow
RGB
249, 252, 47
HSL
61°, 97%, 59%
CMYK
1, 0, 81, 1
Luminance
0.8997
Every format
| HEX | #f9fc2f |
| RGB | rgb(249, 252, 47) |
| HSL | hsl(61, 97%, 59%) |
| CMYK | cmyk(1%, 0%, 81%, 1%) |
| LAB | lab(96.0 -21.9 87.2) |
| LCH | lch(96.0 90.0 104.1) |
| OKLCH | oklch(0.958 0.201 110.6) |
Copy-ready code
/* CSS */
color: #f9fc2f;
background-color: #f9fc2f;
/* Tailwind (arbitrary) */
class="text-[#f9fc2f] bg-[#f9fc2f]"
/* SCSS */
$brand: #f9fc2f;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#f9fc2f")Accessibility — WCAG contrast
Aa
#f9fc2f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fc2f on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue18.4%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#f9fc2f text on a black background
contrast 18.99:1
Card sample
#f9fc2f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fc2f;
Background color
Panel with #f9fc2f background
background-color: #f9fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fc2f; background: linear-gradient(135deg, #f9fc2f, #70FC2F);