#00b86b
a dark, electric green · cool · closest name: forestgreen
RGB
0, 184, 107
HSL
155°, 100%, 36%
CMYK
100, 0, 42, 28
Luminance
0.3534
Every format
| HEX | #00b86b |
| RGB | rgb(0, 184, 107) |
| HSL | hsl(155, 100%, 36%) |
| CMYK | cmyk(100%, 0%, 42%, 28%) |
| LAB | lab(66.0 -57.1 28.3) |
| LCH | lch(66.0 63.8 153.6) |
| OKLCH | oklch(0.688 0.169 155.4) |
Copy-ready code
/* CSS */
color: #00b86b;
background-color: #00b86b;
/* Tailwind (arbitrary) */
class="text-[#00b86b] bg-[#00b86b]"
/* SCSS */
$brand: #00b86b;
/* SwiftUI */
Color(red: 0.000, green: 0.722, blue: 0.420)
/* Android */
Color.parseColor("#00b86b")Accessibility — WCAG contrast
Aa
#00b86b on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b86b on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green72.2%
Blue42.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow41.8%
Key (black)27.8%
Color previews
#00b86b text on a black background
contrast 8.07:1
Card sample
#00b86b text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b86b;
Background color
Panel with #00b86b background
background-color: #00b86b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b86b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 184, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 184, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b86b; background: linear-gradient(135deg, #00b86b, #008AB8);