#e3f685
a light, electric green · cool · closest name: khaki
RGB
227, 246, 133
HSL
70°, 86%, 74%
CMYK
8, 0, 46, 4
Luminance
0.8394
Every format
| HEX | #e3f685 |
| RGB | rgb(227, 246, 133) |
| HSL | hsl(70, 86%, 74%) |
| CMYK | cmyk(8%, 0%, 46%, 4%) |
| LAB | lab(93.4 -22.6 52.0) |
| LCH | lch(93.4 56.7 113.5) |
| OKLCH | oklch(0.935 0.140 117.0) |
Copy-ready code
/* CSS */
color: #e3f685;
background-color: #e3f685;
/* Tailwind (arbitrary) */
class="text-[#e3f685] bg-[#e3f685]"
/* SCSS */
$brand: #e3f685;
/* SwiftUI */
Color(red: 0.890, green: 0.965, blue: 0.522)
/* Android */
Color.parseColor("#e3f685")Accessibility — WCAG contrast
Aa
#e3f685 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3f685 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green96.5%
Blue52.2%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow45.9%
Key (black)3.5%
Color previews
#e3f685 text on a black background
contrast 17.79:1
Card sample
#e3f685 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3f685;
Background color
Panel with #e3f685 background
background-color: #e3f685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3f685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 246, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 246, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3f685; background: linear-gradient(135deg, #e3f685, #98F685);