#08ac3d
a dark, electric green · cool · closest name: forestgreen
RGB
8, 172, 61
HSL
139°, 91%, 35%
CMYK
95, 0, 65, 33
Luminance
0.2989
Every format
| HEX | #08ac3d |
| RGB | rgb(8, 172, 61) |
| HSL | hsl(139, 91%, 35%) |
| CMYK | cmyk(95%, 0%, 65%, 33%) |
| LAB | lab(61.6 -60.0 45.5) |
| LCH | lch(61.6 75.3 142.8) |
| OKLCH | oklch(0.649 0.193 146.6) |
Copy-ready code
/* CSS */
color: #08ac3d;
background-color: #08ac3d;
/* Tailwind (arbitrary) */
class="text-[#08ac3d] bg-[#08ac3d]"
/* SCSS */
$brand: #08ac3d;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.239)
/* Android */
Color.parseColor("#08ac3d")Accessibility — WCAG contrast
Aa
#08ac3d on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08ac3d on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue23.9%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow64.5%
Key (black)32.5%
Color previews
#08ac3d text on a black background
contrast 6.98:1
Card sample
#08ac3d text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ac3d;
Background color
Panel with #08ac3d background
background-color: #08ac3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ac3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ac3d; background: linear-gradient(135deg, #08ac3d, #08ACAA);