#00eb9d
a balanced, electric cyan · cool · closest name: aquamarine
RGB
0, 235, 157
HSL
160°, 100%, 46%
CMYK
100, 0, 33, 8
Luminance
0.6185
Every format
| HEX | #00eb9d |
| RGB | rgb(0, 235, 157) |
| HSL | hsl(160, 100%, 46%) |
| CMYK | cmyk(100%, 0%, 33%, 8%) |
| LAB | lab(82.8 -64.9 24.9) |
| LCH | lch(82.8 69.5 159.0) |
| OKLCH | oklch(0.830 0.187 160.3) |
Copy-ready code
/* CSS */
color: #00eb9d;
background-color: #00eb9d;
/* Tailwind (arbitrary) */
class="text-[#00eb9d] bg-[#00eb9d]"
/* SCSS */
$brand: #00eb9d;
/* SwiftUI */
Color(red: 0.000, green: 0.922, blue: 0.616)
/* Android */
Color.parseColor("#00eb9d")Accessibility — WCAG contrast
Aa
#00eb9d on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00eb9d on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green92.2%
Blue61.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.2%
Key (black)7.8%
Color previews
#00eb9d text on a black background
contrast 13.37:1
Card sample
#00eb9d text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00eb9d;
Background color
Panel with #00eb9d background
background-color: #00eb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00eb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 235, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 235, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00eb9d; background: linear-gradient(135deg, #00eb9d, #009CEB);