#00e096
a dark, electric cyan · cool · closest name: aquamarine
RGB
0, 224, 150
HSL
160°, 100%, 44%
CMYK
100, 0, 33, 12
Luminance
0.5551
Every format
| HEX | #00e096 |
| RGB | rgb(0, 224, 150) |
| HSL | hsl(160, 100%, 44%) |
| CMYK | cmyk(100%, 0%, 33%, 12%) |
| LAB | lab(79.3 -62.5 23.7) |
| LCH | lch(79.3 66.9 159.2) |
| OKLCH | oklch(0.800 0.180 160.5) |
Copy-ready code
/* CSS */
color: #00e096;
background-color: #00e096;
/* Tailwind (arbitrary) */
class="text-[#00e096] bg-[#00e096]"
/* SCSS */
$brand: #00e096;
/* SwiftUI */
Color(red: 0.000, green: 0.878, blue: 0.588)
/* Android */
Color.parseColor("#00e096")Accessibility — WCAG contrast
Aa
#00e096 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e096 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green87.8%
Blue58.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.0%
Key (black)12.2%
Color previews
#00e096 text on a black background
contrast 12.10:1
Card sample
#00e096 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e096;
Background color
Panel with #00e096 background
background-color: #00e096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 224, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 224, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e096; background: linear-gradient(135deg, #00e096, #0095E0);