#e3f113
a balanced, electric yellow · cool · closest name: yellow
RGB
227, 241, 19
HSL
64°, 89%, 51%
CMYK
6, 0, 92, 6
Luminance
0.7929
Every format
| HEX | #e3f113 |
| RGB | rgb(227, 241, 19) |
| HSL | hsl(64, 89%, 51%) |
| CMYK | cmyk(6%, 0%, 92%, 6%) |
| LAB | lab(91.4 -26.3 87.7) |
| LCH | lch(91.4 91.5 106.7) |
| OKLCH | oklch(0.917 0.204 114.0) |
Copy-ready code
/* CSS */
color: #e3f113;
background-color: #e3f113;
/* Tailwind (arbitrary) */
class="text-[#e3f113] bg-[#e3f113]"
/* SCSS */
$brand: #e3f113;
/* SwiftUI */
Color(red: 0.890, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#e3f113")Accessibility — WCAG contrast
Aa
#e3f113 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3f113 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green94.5%
Blue7.5%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#e3f113 text on a black background
contrast 16.86:1
Card sample
#e3f113 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3f113;
Background color
Panel with #e3f113 background
background-color: #e3f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3f113; background: linear-gradient(135deg, #e3f113, #4FF113);