#08970f
a dark, electric green · cool · closest name: green
RGB
8, 151, 15
HSL
123°, 90%, 31%
CMYK
95, 0, 90, 41
Luminance
0.2222
Every format
| HEX | #08970f |
| RGB | rgb(8, 151, 15) |
| HSL | hsl(123, 90%, 31%) |
| CMYK | cmyk(95%, 0%, 90%, 41%) |
| LAB | lab(54.3 -57.3 53.8) |
| LCH | lch(54.3 78.6 136.8) |
| OKLCH | oklch(0.587 0.195 142.8) |
Copy-ready code
/* CSS */
color: #08970f;
background-color: #08970f;
/* Tailwind (arbitrary) */
class="text-[#08970f] bg-[#08970f]"
/* SCSS */
$brand: #08970f;
/* SwiftUI */
Color(red: 0.031, green: 0.592, blue: 0.059)
/* Android */
Color.parseColor("#08970f")Accessibility — WCAG contrast
Aa
#08970f on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08970f on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green59.2%
Blue5.9%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow90.1%
Key (black)40.8%
Color previews
#08970f text on a black background
contrast 5.44:1
Card sample
#08970f text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08970f;
Background color
Panel with #08970f background
background-color: #08970f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08970f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 151, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 151, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08970f; background: linear-gradient(135deg, #08970f, #08976E);