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