#08994c
a dark, electric green · cool · closest name: forestgreen
RGB
8, 153, 76
HSL
148°, 90%, 32%
CMYK
95, 0, 50, 40
Luminance
0.2336
Every format
| HEX | #08994c |
| RGB | rgb(8, 153, 76) |
| HSL | hsl(148, 90%, 32%) |
| CMYK | cmyk(95%, 0%, 50%, 40%) |
| LAB | lab(55.4 -51.7 31.0) |
| LCH | lch(55.4 60.2 149.1) |
| OKLCH | oklch(0.599 0.158 151.4) |
Copy-ready code
/* CSS */
color: #08994c;
background-color: #08994c;
/* Tailwind (arbitrary) */
class="text-[#08994c] bg-[#08994c]"
/* SCSS */
$brand: #08994c;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.298)
/* Android */
Color.parseColor("#08994c")Accessibility — WCAG contrast
Aa
#08994c on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08994c on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue29.8%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow50.3%
Key (black)40.0%
Color previews
#08994c text on a black background
contrast 5.67:1
Card sample
#08994c text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08994c;
Background color
Panel with #08994c background
background-color: #08994c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08994c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08994c; background: linear-gradient(135deg, #08994c, #088699);