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