#00c77a
a dark, electric green · cool · closest name: seagreen
RGB
0, 199, 122
HSL
157°, 100%, 39%
CMYK
100, 0, 39, 22
Luminance
0.4225
Every format
| HEX | #00c77a |
| RGB | rgb(0, 199, 122) |
| HSL | hsl(157, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 39%, 22%) |
| LAB | lab(71.0 -59.4 27.1) |
| LCH | lch(71.0 65.3 155.5) |
| OKLCH | oklch(0.730 0.174 157.0) |
Copy-ready code
/* CSS */
color: #00c77a;
background-color: #00c77a;
/* Tailwind (arbitrary) */
class="text-[#00c77a] bg-[#00c77a]"
/* SCSS */
$brand: #00c77a;
/* SwiftUI */
Color(red: 0.000, green: 0.780, blue: 0.478)
/* Android */
Color.parseColor("#00c77a")Accessibility — WCAG contrast
Aa
#00c77a on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c77a on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green78.0%
Blue47.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow38.7%
Key (black)22.0%
Color previews
#00c77a text on a black background
contrast 9.45:1
Card sample
#00c77a text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c77a;
Background color
Panel with #00c77a background
background-color: #00c77a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c77a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 199, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 199, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c77a; background: linear-gradient(135deg, #00c77a, #008FC7);