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