#00e48b
a dark, electric green · cool · closest name: aquamarine
RGB
0, 228, 139
HSL
157°, 100%, 45%
CMYK
100, 0, 39, 11
Luminance
0.5735
Every format
| HEX | #00e48b |
| RGB | rgb(0, 228, 139) |
| HSL | hsl(157, 100%, 45%) |
| CMYK | cmyk(100%, 0%, 39%, 11%) |
| LAB | lab(80.4 -66.1 30.8) |
| LCH | lch(80.4 72.9 155.0) |
| OKLCH | oklch(0.808 0.194 156.6) |
Copy-ready code
/* CSS */
color: #00e48b;
background-color: #00e48b;
/* Tailwind (arbitrary) */
class="text-[#00e48b] bg-[#00e48b]"
/* SCSS */
$brand: #00e48b;
/* SwiftUI */
Color(red: 0.000, green: 0.894, blue: 0.545)
/* Android */
Color.parseColor("#00e48b")Accessibility — WCAG contrast
Aa
#00e48b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e48b on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green89.4%
Blue54.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow39.0%
Key (black)10.6%
Color previews
#00e48b text on a black background
contrast 12.47:1
Card sample
#00e48b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e48b;
Background color
Panel with #00e48b background
background-color: #00e48b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e48b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 228, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 228, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e48b; background: linear-gradient(135deg, #00e48b, #00A5E4);