#e3f367
a light, electric yellow · cool · closest name: khaki
RGB
227, 243, 103
HSL
67°, 85%, 68%
CMYK
7, 0, 58, 5
Luminance
0.8141
Every format
| HEX | #e3f367 |
| RGB | rgb(227, 243, 103) |
| HSL | hsl(67, 85%, 68%) |
| CMYK | cmyk(7%, 0%, 58%, 5%) |
| LAB | lab(92.3 -23.7 64.2) |
| LCH | lch(92.3 68.4 110.3) |
| OKLCH | oklch(0.926 0.164 115.1) |
Copy-ready code
/* CSS */
color: #e3f367;
background-color: #e3f367;
/* Tailwind (arbitrary) */
class="text-[#e3f367] bg-[#e3f367]"
/* SCSS */
$brand: #e3f367;
/* SwiftUI */
Color(red: 0.890, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#e3f367")Accessibility — WCAG contrast
Aa
#e3f367 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3f367 on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green95.3%
Blue40.4%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow57.6%
Key (black)4.7%
Color previews
#e3f367 text on a black background
contrast 17.28:1
Card sample
#e3f367 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3f367;
Background color
Panel with #e3f367 background
background-color: #e3f367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3f367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3f367; background: linear-gradient(135deg, #e3f367, #85F367);