#08ba4d
a dark, electric green · cool · closest name: forestgreen
RGB
8, 186, 77
HSL
143°, 92%, 38%
CMYK
96, 0, 59, 27
Luminance
0.3571
Every format
| HEX | #08ba4d |
| RGB | rgb(8, 186, 77) |
| HSL | hsl(143, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 59%, 27%) |
| LAB | lab(66.3 -62.4 43.6) |
| LCH | lch(66.3 76.1 145.0) |
| OKLCH | oklch(0.689 0.197 148.2) |
Copy-ready code
/* CSS */
color: #08ba4d;
background-color: #08ba4d;
/* Tailwind (arbitrary) */
class="text-[#08ba4d] bg-[#08ba4d]"
/* SCSS */
$brand: #08ba4d;
/* SwiftUI */
Color(red: 0.031, green: 0.729, blue: 0.302)
/* Android */
Color.parseColor("#08ba4d")Accessibility — WCAG contrast
Aa
#08ba4d on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ba4d on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green72.9%
Blue30.2%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow58.6%
Key (black)27.1%
Color previews
#08ba4d text on a black background
contrast 8.14:1
Card sample
#08ba4d text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ba4d;
Background color
Panel with #08ba4d background
background-color: #08ba4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ba4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 186, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 186, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ba4d; background: linear-gradient(135deg, #08ba4d, #08B0BA);