#08a127
a dark, electric green · cool · closest name: forestgreen
RGB
8, 161, 39
HSL
132°, 91%, 33%
CMYK
95, 0, 76, 37
Luminance
0.2569
Every format
| HEX | #08a127 |
| RGB | rgb(8, 161, 39) |
| HSL | hsl(132, 91%, 33%) |
| CMYK | cmyk(95%, 0%, 76%, 37%) |
| LAB | lab(57.7 -58.8 50.3) |
| LCH | lch(57.7 77.4 139.5) |
| OKLCH | oklch(0.617 0.195 144.4) |
Copy-ready code
/* CSS */
color: #08a127;
background-color: #08a127;
/* Tailwind (arbitrary) */
class="text-[#08a127] bg-[#08a127]"
/* SCSS */
$brand: #08a127;
/* SwiftUI */
Color(red: 0.031, green: 0.631, blue: 0.153)
/* Android */
Color.parseColor("#08a127")Accessibility — WCAG contrast
Aa
#08a127 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08a127 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green63.1%
Blue15.3%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow75.8%
Key (black)36.9%
Color previews
#08a127 text on a black background
contrast 6.14:1
Card sample
#08a127 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08a127;
Background color
Panel with #08a127 background
background-color: #08a127;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08a127;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 161, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 161, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08a127; background: linear-gradient(135deg, #08a127, #08A18D);