#00ee8e
a balanced, electric green · cool · closest name: aquamarine
RGB
0, 238, 142
HSL
156°, 100%, 47%
CMYK
100, 0, 40, 7
Luminance
0.6310
Every format
| HEX | #00ee8e |
| RGB | rgb(0, 238, 142) |
| HSL | hsl(156, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 40%, 7%) |
| LAB | lab(83.5 -68.9 33.4) |
| LCH | lch(83.5 76.6 154.2) |
| OKLCH | oklch(0.834 0.203 155.8) |
Copy-ready code
/* CSS */
color: #00ee8e;
background-color: #00ee8e;
/* Tailwind (arbitrary) */
class="text-[#00ee8e] bg-[#00ee8e]"
/* SCSS */
$brand: #00ee8e;
/* SwiftUI */
Color(red: 0.000, green: 0.933, blue: 0.557)
/* Android */
Color.parseColor("#00ee8e")Accessibility — WCAG contrast
Aa
#00ee8e on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ee8e on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green93.3%
Blue55.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow40.3%
Key (black)6.7%
Color previews
#00ee8e text on a black background
contrast 13.62:1
Card sample
#00ee8e text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ee8e;
Background color
Panel with #00ee8e background
background-color: #00ee8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ee8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 238, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 238, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ee8e; background: linear-gradient(135deg, #00ee8e, #00AFEE);