#08930f
a dark, electric green · cool · closest name: green
RGB
8, 147, 15
HSL
123°, 90%, 30%
CMYK
95, 0, 90, 42
Luminance
0.2095
Every format
| HEX | #08930f |
| RGB | rgb(8, 147, 15) |
| HSL | hsl(123, 90%, 30%) |
| CMYK | cmyk(95%, 0%, 90%, 42%) |
| LAB | lab(52.9 -56.1 52.7) |
| LCH | lch(52.9 77.0 136.8) |
| OKLCH | oklch(0.576 0.191 142.8) |
Copy-ready code
/* CSS */
color: #08930f;
background-color: #08930f;
/* Tailwind (arbitrary) */
class="text-[#08930f] bg-[#08930f]"
/* SCSS */
$brand: #08930f;
/* SwiftUI */
Color(red: 0.031, green: 0.576, blue: 0.059)
/* Android */
Color.parseColor("#08930f")Accessibility — WCAG contrast
Aa
#08930f on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08930f on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green57.6%
Blue5.9%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow89.8%
Key (black)42.4%
Color previews
#08930f text on a black background
contrast 5.19:1
Card sample
#08930f text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08930f;
Background color
Panel with #08930f background
background-color: #08930f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08930f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 147, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 147, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08930f; background: linear-gradient(135deg, #08930f, #08936C);