#f9ee21
a balanced, electric yellow · cool · closest name: yellow
RGB
249, 238, 33
HSL
57°, 95%, 55%
CMYK
0, 4, 87, 2
Luminance
0.8140
Every format
| HEX | #f9ee21 |
| RGB | rgb(249, 238, 33) |
| HSL | hsl(57, 95%, 55%) |
| CMYK | cmyk(0%, 4%, 87%, 2%) |
| LAB | lab(92.3 -15.5 87.1) |
| LCH | lch(92.3 88.5 100.1) |
| OKLCH | oklch(0.928 0.193 106.1) |
Copy-ready code
/* CSS */
color: #f9ee21;
background-color: #f9ee21;
/* Tailwind (arbitrary) */
class="text-[#f9ee21] bg-[#f9ee21]"
/* SCSS */
$brand: #f9ee21;
/* SwiftUI */
Color(red: 0.976, green: 0.933, blue: 0.129)
/* Android */
Color.parseColor("#f9ee21")Accessibility — WCAG contrast
Aa
#f9ee21 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ee21 on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green93.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow86.7%
Key (black)2.4%
Color previews
#f9ee21 text on a black background
contrast 17.28:1
Card sample
#f9ee21 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ee21;
Background color
Panel with #f9ee21 background
background-color: #f9ee21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ee21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 238, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 238, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ee21; background: linear-gradient(135deg, #f9ee21, #74F921);