#e3ffe0
a pale, electric green · cool · closest name: beige
RGB
227, 255, 224
HSL
114°, 100%, 94%
CMYK
11, 0, 12, 0
Luminance
0.9323
Every format
| HEX | #e3ffe0 |
| RGB | rgb(227, 255, 224) |
| HSL | hsl(114, 100%, 94%) |
| CMYK | cmyk(11%, 0%, 12%, 0%) |
| LAB | lab(97.3 -14.6 11.8) |
| LCH | lch(97.3 18.8 141.1) |
| OKLCH | oklch(0.972 0.050 142.5) |
Copy-ready code
/* CSS */
color: #e3ffe0;
background-color: #e3ffe0;
/* Tailwind (arbitrary) */
class="text-[#e3ffe0] bg-[#e3ffe0]"
/* SCSS */
$brand: #e3ffe0;
/* SwiftUI */
Color(red: 0.890, green: 1.000, blue: 0.878)
/* Android */
Color.parseColor("#e3ffe0")Accessibility — WCAG contrast
Aa
#e3ffe0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ffe0 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green100.0%
Blue87.8%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow12.2%
Key (black)0.0%
Color previews
#e3ffe0 text on a black background
contrast 19.65:1
Card sample
#e3ffe0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ffe0;
Background color
Panel with #e3ffe0 background
background-color: #e3ffe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ffe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 255, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 255, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ffe0; background: linear-gradient(135deg, #e3ffe0, #E0FFF2);