#eeffe7
a pale, electric green · cool · closest name: beige
RGB
238, 255, 231
HSL
103°, 100%, 95%
CMYK
7, 0, 9, 0
Luminance
0.9547
Every format
| HEX | #eeffe7 |
| RGB | rgb(238, 255, 231) |
| HSL | hsl(103, 100%, 95%) |
| CMYK | cmyk(7%, 0%, 9%, 0%) |
| LAB | lab(98.2 -9.8 9.6) |
| LCH | lch(98.2 13.7 135.6) |
| OKLCH | oklch(0.981 0.036 136.4) |
Copy-ready code
/* CSS */
color: #eeffe7;
background-color: #eeffe7;
/* Tailwind (arbitrary) */
class="text-[#eeffe7] bg-[#eeffe7]"
/* SCSS */
$brand: #eeffe7;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.906)
/* Android */
Color.parseColor("#eeffe7")Accessibility — WCAG contrast
Aa
#eeffe7 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffe7 on black: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue90.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow9.4%
Key (black)0.0%
Color previews
#eeffe7 text on a black background
contrast 20.09:1
Card sample
#eeffe7 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffe7;
Background color
Panel with #eeffe7 background
background-color: #eeffe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffe7; background: linear-gradient(135deg, #eeffe7, #E7FFF0);