#e2f239
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 242, 57
HSL
65°, 88%, 59%
CMYK
7, 0, 76, 5
Luminance
0.7997
Every format
| HEX | #e2f239 |
| RGB | rgb(226, 242, 57) |
| HSL | hsl(65, 88%, 59%) |
| CMYK | cmyk(7%, 0%, 76%, 5%) |
| LAB | lab(91.7 -26.2 80.2) |
| LCH | lch(91.7 84.4 108.1) |
| OKLCH | oklch(0.919 0.193 114.7) |
Copy-ready code
/* CSS */
color: #e2f239;
background-color: #e2f239;
/* Tailwind (arbitrary) */
class="text-[#e2f239] bg-[#e2f239]"
/* SCSS */
$brand: #e2f239;
/* SwiftUI */
Color(red: 0.886, green: 0.949, blue: 0.224)
/* Android */
Color.parseColor("#e2f239")Accessibility — WCAG contrast
Aa
#e2f239 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f239 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green94.9%
Blue22.4%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow76.4%
Key (black)5.1%
Color previews
#e2f239 text on a black background
contrast 16.99:1
Card sample
#e2f239 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f239;
Background color
Panel with #e2f239 background
background-color: #e2f239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 242, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 242, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f239; background: linear-gradient(135deg, #e2f239, #67F239);