#00c488
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 196, 136
HSL
162°, 100%, 38%
CMYK
100, 0, 31, 23
Luminance
0.4126
Every format
| HEX | #00c488 |
| RGB | rgb(0, 196, 136) |
| HSL | hsl(162, 100%, 38%) |
| CMYK | cmyk(100%, 0%, 31%, 23%) |
| LAB | lab(70.3 -55.4 18.8) |
| LCH | lch(70.3 58.5 161.3) |
| OKLCH | oklch(0.725 0.158 162.4) |
Copy-ready code
/* CSS */
color: #00c488;
background-color: #00c488;
/* Tailwind (arbitrary) */
class="text-[#00c488] bg-[#00c488]"
/* SCSS */
$brand: #00c488;
/* SwiftUI */
Color(red: 0.000, green: 0.769, blue: 0.533)
/* Android */
Color.parseColor("#00c488")Accessibility — WCAG contrast
Aa
#00c488 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c488 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green76.9%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow30.6%
Key (black)23.1%
Color previews
#00c488 text on a black background
contrast 9.25:1
Card sample
#00c488 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c488;
Background color
Panel with #00c488 background
background-color: #00c488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 196, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 196, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c488; background: linear-gradient(135deg, #00c488, #007DC4);