#08c419
a dark, electric green · cool · closest name: lime
RGB
8, 196, 25
HSL
125°, 92%, 40%
CMYK
96, 0, 87, 23
Luminance
0.3960
Every format
| HEX | #08c419 |
| RGB | rgb(8, 196, 25) |
| HSL | hsl(125, 92%, 40%) |
| CMYK | cmyk(96%, 0%, 87%, 23%) |
| LAB | lab(69.2 -69.7 64.8) |
| LCH | lch(69.2 95.2 137.1) |
| OKLCH | oklch(0.712 0.236 143.0) |
Copy-ready code
/* CSS */
color: #08c419;
background-color: #08c419;
/* Tailwind (arbitrary) */
class="text-[#08c419] bg-[#08c419]"
/* SCSS */
$brand: #08c419;
/* SwiftUI */
Color(red: 0.031, green: 0.769, blue: 0.098)
/* Android */
Color.parseColor("#08c419")Accessibility — WCAG contrast
Aa
#08c419 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c419 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.9%
Blue9.8%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow87.2%
Key (black)23.1%
Color previews
#08c419 text on a black background
contrast 8.92:1
Card sample
#08c419 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c419;
Background color
Panel with #08c419 background
background-color: #08c419;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c419;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 196, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 196, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c419; background: linear-gradient(135deg, #08c419, #08C496);