#e2f366
a light, electric yellow · cool · closest name: khaki
RGB
226, 243, 102
HSL
67°, 86%, 68%
CMYK
7, 0, 58, 5
Luminance
0.8123
Every format
| HEX | #e2f366 |
| RGB | rgb(226, 243, 102) |
| HSL | hsl(67, 86%, 68%) |
| CMYK | cmyk(7%, 0%, 58%, 5%) |
| LAB | lab(92.2 -24.2 64.5) |
| LCH | lch(92.2 68.9 110.6) |
| OKLCH | oklch(0.925 0.165 115.5) |
Copy-ready code
/* CSS */
color: #e2f366;
background-color: #e2f366;
/* Tailwind (arbitrary) */
class="text-[#e2f366] bg-[#e2f366]"
/* SCSS */
$brand: #e2f366;
/* SwiftUI */
Color(red: 0.886, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#e2f366")Accessibility — WCAG contrast
Aa
#e2f366 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f366 on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green95.3%
Blue40.0%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#e2f366 text on a black background
contrast 17.25:1
Card sample
#e2f366 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f366;
Background color
Panel with #e2f366 background
background-color: #e2f366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f366; background: linear-gradient(135deg, #e2f366, #84F366);