#00c080
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 192, 128
HSL
160°, 100%, 38%
CMYK
100, 0, 33, 25
Luminance
0.3926
Every format
| HEX | #00c080 |
| RGB | rgb(0, 192, 128) |
| HSL | hsl(160, 100%, 38%) |
| CMYK | cmyk(100%, 0%, 33%, 25%) |
| LAB | lab(68.9 -55.7 21.1) |
| LCH | lch(68.9 59.6 159.2) |
| OKLCH | oklch(0.713 0.160 160.5) |
Copy-ready code
/* CSS */
color: #00c080;
background-color: #00c080;
/* Tailwind (arbitrary) */
class="text-[#00c080] bg-[#00c080]"
/* SCSS */
$brand: #00c080;
/* SwiftUI */
Color(red: 0.000, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#00c080")Accessibility — WCAG contrast
Aa
#00c080 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c080 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green75.3%
Blue50.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#00c080 text on a black background
contrast 8.85:1
Card sample
#00c080 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c080;
Background color
Panel with #00c080 background
background-color: #00c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c080; background: linear-gradient(135deg, #00c080, #0080C0);