#08cf47
a dark, electric green · cool · closest name: forestgreen
RGB
8, 207, 71
HSL
139°, 93%, 42%
CMYK
96, 0, 66, 19
Luminance
0.4513
Every format
| HEX | #08cf47 |
| RGB | rgb(8, 207, 71) |
| HSL | hsl(139, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 66%, 19%) |
| LAB | lab(73.0 -69.5 53.9) |
| LCH | lch(73.0 87.9 142.2) |
| OKLCH | oklch(0.744 0.225 146.2) |
Copy-ready code
/* CSS */
color: #08cf47;
background-color: #08cf47;
/* Tailwind (arbitrary) */
class="text-[#08cf47] bg-[#08cf47]"
/* SCSS */
$brand: #08cf47;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.278)
/* Android */
Color.parseColor("#08cf47")Accessibility — WCAG contrast
Aa
#08cf47 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cf47 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue27.8%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow65.7%
Key (black)18.8%
Color previews
#08cf47 text on a black background
contrast 10.03:1
Card sample
#08cf47 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cf47;
Background color
Panel with #08cf47 background
background-color: #08cf47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cf47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cf47; background: linear-gradient(135deg, #08cf47, #08CFCC);