#00cb7f
a dark, electric green · cool · closest name: aquamarine
RGB
0, 203, 127
HSL
158°, 100%, 40%
CMYK
100, 0, 37, 20
Luminance
0.4424
Every format
| HEX | #00cb7f |
| RGB | rgb(0, 203, 127) |
| HSL | hsl(158, 100%, 40%) |
| CMYK | cmyk(100%, 0%, 37%, 20%) |
| LAB | lab(72.4 -59.8 26.3) |
| LCH | lch(72.4 65.4 156.3) |
| OKLCH | oklch(0.742 0.174 157.8) |
Copy-ready code
/* CSS */
color: #00cb7f;
background-color: #00cb7f;
/* Tailwind (arbitrary) */
class="text-[#00cb7f] bg-[#00cb7f]"
/* SCSS */
$brand: #00cb7f;
/* SwiftUI */
Color(red: 0.000, green: 0.796, blue: 0.498)
/* Android */
Color.parseColor("#00cb7f")Accessibility — WCAG contrast
Aa
#00cb7f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cb7f on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green79.6%
Blue49.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow37.4%
Key (black)20.4%
Color previews
#00cb7f text on a black background
contrast 9.85:1
Card sample
#00cb7f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cb7f;
Background color
Panel with #00cb7f background
background-color: #00cb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 203, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 203, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cb7f; background: linear-gradient(135deg, #00cb7f, #0090CB);