#08c44f
a dark, electric green · cool · closest name: forestgreen
RGB
8, 196, 79
HSL
143°, 92%, 40%
CMYK
96, 0, 60, 23
Luminance
0.4010
Every format
| HEX | #08c44f |
| RGB | rgb(8, 196, 79) |
| HSL | hsl(143, 92%, 40%) |
| CMYK | cmyk(96%, 0%, 60%, 23%) |
| LAB | lab(69.5 -65.2 46.5) |
| LCH | lch(69.5 80.1 144.5) |
| OKLCH | oklch(0.716 0.206 147.9) |
Copy-ready code
/* CSS */
color: #08c44f;
background-color: #08c44f;
/* Tailwind (arbitrary) */
class="text-[#08c44f] bg-[#08c44f]"
/* SCSS */
$brand: #08c44f;
/* SwiftUI */
Color(red: 0.031, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#08c44f")Accessibility — WCAG contrast
Aa
#08c44f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c44f on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.9%
Blue31.0%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#08c44f text on a black background
contrast 9.02:1
Card sample
#08c44f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c44f;
Background color
Panel with #08c44f background
background-color: #08c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c44f; background: linear-gradient(135deg, #08c44f, #08BCC4);