#e9ef1f
a balanced, electric yellow · cool · closest name: yellow
RGB
233, 239, 31
HSL
62°, 87%, 53%
CMYK
3, 0, 87, 6
Luminance
0.7916
Every format
| HEX | #e9ef1f |
| RGB | rgb(233, 239, 31) |
| HSL | hsl(62, 87%, 53%) |
| CMYK | cmyk(3%, 0%, 87%, 6%) |
| LAB | lab(91.3 -22.6 86.1) |
| LCH | lch(91.3 89.0 104.7) |
| OKLCH | oklch(0.917 0.198 111.6) |
Copy-ready code
/* CSS */
color: #e9ef1f;
background-color: #e9ef1f;
/* Tailwind (arbitrary) */
class="text-[#e9ef1f] bg-[#e9ef1f]"
/* SCSS */
$brand: #e9ef1f;
/* SwiftUI */
Color(red: 0.914, green: 0.937, blue: 0.122)
/* Android */
Color.parseColor("#e9ef1f")Accessibility — WCAG contrast
Aa
#e9ef1f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ef1f on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green93.7%
Blue12.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow87.0%
Key (black)6.3%
Color previews
#e9ef1f text on a black background
contrast 16.83:1
Card sample
#e9ef1f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ef1f;
Background color
Panel with #e9ef1f background
background-color: #e9ef1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ef1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 239, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 239, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ef1f; background: linear-gradient(135deg, #e9ef1f, #5EEF1F);