#08994f
a dark, electric green · cool · closest name: seagreen
RGB
8, 153, 79
HSL
149°, 90%, 32%
CMYK
95, 0, 48, 40
Luminance
0.2340
Every format
| HEX | #08994f |
| RGB | rgb(8, 153, 79) |
| HSL | hsl(149, 90%, 32%) |
| CMYK | cmyk(95%, 0%, 48%, 40%) |
| LAB | lab(55.5 -51.1 29.4) |
| LCH | lch(55.5 59.0 150.1) |
| OKLCH | oklch(0.599 0.155 152.3) |
Copy-ready code
/* CSS */
color: #08994f;
background-color: #08994f;
/* Tailwind (arbitrary) */
class="text-[#08994f] bg-[#08994f]"
/* SCSS */
$brand: #08994f;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.310)
/* Android */
Color.parseColor("#08994f")Accessibility — WCAG contrast
Aa
#08994f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08994f on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue31.0%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow48.4%
Key (black)40.0%
Color previews
#08994f text on a black background
contrast 5.68:1
Card sample
#08994f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08994f;
Background color
Panel with #08994f background
background-color: #08994f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08994f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08994f; background: linear-gradient(135deg, #08994f, #088299);