#00b87a
a dark, electric green · cool · closest name: seagreen
RGB
0, 184, 122
HSL
160°, 100%, 36%
CMYK
100, 0, 34, 28
Luminance
0.3569
Every format
| HEX | #00b87a |
| RGB | rgb(0, 184, 122) |
| HSL | hsl(160, 100%, 36%) |
| CMYK | cmyk(100%, 0%, 34%, 28%) |
| LAB | lab(66.3 -54.1 20.7) |
| LCH | lch(66.3 57.9 159.0) |
| OKLCH | oklch(0.691 0.155 160.3) |
Copy-ready code
/* CSS */
color: #00b87a;
background-color: #00b87a;
/* Tailwind (arbitrary) */
class="text-[#00b87a] bg-[#00b87a]"
/* SCSS */
$brand: #00b87a;
/* SwiftUI */
Color(red: 0.000, green: 0.722, blue: 0.478)
/* Android */
Color.parseColor("#00b87a")Accessibility — WCAG contrast
Aa
#00b87a on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b87a on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green72.2%
Blue47.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.7%
Key (black)27.8%
Color previews
#00b87a text on a black background
contrast 8.14:1
Card sample
#00b87a text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b87a;
Background color
Panel with #00b87a background
background-color: #00b87a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b87a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 184, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 184, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b87a; background: linear-gradient(135deg, #00b87a, #007BB8);