#08c71c
a dark, electric green · cool · closest name: lime
RGB
8, 199, 28
HSL
126°, 92%, 41%
CMYK
96, 0, 86, 22
Luminance
0.4098
Every format
| HEX | #08c71c |
| RGB | rgb(8, 199, 28) |
| HSL | hsl(126, 92%, 41%) |
| CMYK | cmyk(96%, 0%, 86%, 22%) |
| LAB | lab(70.2 -70.4 65.1) |
| LCH | lch(70.2 95.9 137.3) |
| OKLCH | oklch(0.720 0.238 143.1) |
Copy-ready code
/* CSS */
color: #08c71c;
background-color: #08c71c;
/* Tailwind (arbitrary) */
class="text-[#08c71c] bg-[#08c71c]"
/* SCSS */
$brand: #08c71c;
/* SwiftUI */
Color(red: 0.031, green: 0.780, blue: 0.110)
/* Android */
Color.parseColor("#08c71c")Accessibility — WCAG contrast
Aa
#08c71c on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c71c on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green78.0%
Blue11.0%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow85.9%
Key (black)22.0%
Color previews
#08c71c text on a black background
contrast 9.20:1
Card sample
#08c71c text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c71c;
Background color
Panel with #08c71c background
background-color: #08c71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 199, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 199, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c71c; background: linear-gradient(135deg, #08c71c, #08C79B);