#00ee9c
a balanced, electric green · cool · closest name: aquamarine
RGB
0, 238, 156
HSL
159°, 100%, 47%
CMYK
100, 0, 35, 7
Luminance
0.6355
Every format
| HEX | #00ee9c |
| RGB | rgb(0, 238, 156) |
| HSL | hsl(159, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 35%, 7%) |
| LAB | lab(83.7 -66.2 26.6) |
| LCH | lch(83.7 71.3 158.1) |
| OKLCH | oklch(0.837 0.191 159.5) |
Copy-ready code
/* CSS */
color: #00ee9c;
background-color: #00ee9c;
/* Tailwind (arbitrary) */
class="text-[#00ee9c] bg-[#00ee9c]"
/* SCSS */
$brand: #00ee9c;
/* SwiftUI */
Color(red: 0.000, green: 0.933, blue: 0.612)
/* Android */
Color.parseColor("#00ee9c")Accessibility — WCAG contrast
Aa
#00ee9c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ee9c on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green93.3%
Blue61.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow34.5%
Key (black)6.7%
Color previews
#00ee9c text on a black background
contrast 13.71:1
Card sample
#00ee9c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ee9c;
Background color
Panel with #00ee9c background
background-color: #00ee9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ee9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 238, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 238, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ee9c; background: linear-gradient(135deg, #00ee9c, #00A2EE);