#08ad47
a dark, electric green · cool · closest name: forestgreen
RGB
8, 173, 71
HSL
143°, 91%, 36%
CMYK
95, 0, 59, 32
Luminance
0.3039
Every format
| HEX | #08ad47 |
| RGB | rgb(8, 173, 71) |
| HSL | hsl(143, 91%, 36%) |
| CMYK | cmyk(95%, 0%, 59%, 32%) |
| LAB | lab(62.0 -59.1 41.4) |
| LCH | lch(62.0 72.1 145.0) |
| OKLCH | oklch(0.653 0.186 148.2) |
Copy-ready code
/* CSS */
color: #08ad47;
background-color: #08ad47;
/* Tailwind (arbitrary) */
class="text-[#08ad47] bg-[#08ad47]"
/* SCSS */
$brand: #08ad47;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.278)
/* Android */
Color.parseColor("#08ad47")Accessibility — WCAG contrast
Aa
#08ad47 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ad47 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue27.8%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow59.0%
Key (black)32.2%
Color previews
#08ad47 text on a black background
contrast 7.08:1
Card sample
#08ad47 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ad47;
Background color
Panel with #08ad47 background
background-color: #08ad47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ad47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ad47; background: linear-gradient(135deg, #08ad47, #08A5AD);