#08cf12
a dark, electric green · cool · closest name: lime
RGB
8, 207, 18
HSL
123°, 93%, 42%
CMYK
96, 0, 91, 19
Luminance
0.4472
Every format
| HEX | #08cf12 |
| RGB | rgb(8, 207, 18) |
| HSL | hsl(123, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 91%, 19%) |
| LAB | lab(72.7 -73.0 69.1) |
| LCH | lch(72.7 100.5 136.5) |
| OKLCH | oklch(0.741 0.249 142.7) |
Copy-ready code
/* CSS */
color: #08cf12;
background-color: #08cf12;
/* Tailwind (arbitrary) */
class="text-[#08cf12] bg-[#08cf12]"
/* SCSS */
$brand: #08cf12;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.071)
/* Android */
Color.parseColor("#08cf12")Accessibility — WCAG contrast
Aa
#08cf12 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cf12 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue7.1%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow91.3%
Key (black)18.8%
Color previews
#08cf12 text on a black background
contrast 9.94:1
Card sample
#08cf12 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cf12;
Background color
Panel with #08cf12 background
background-color: #08cf12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cf12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cf12; background: linear-gradient(135deg, #08cf12, #08CF97);