#08b749
a dark, electric green · cool · closest name: forestgreen
RGB
8, 183, 73
HSL
142°, 92%, 38%
CMYK
96, 0, 60, 28
Luminance
0.3440
Every format
| HEX | #08b749 |
| RGB | rgb(8, 183, 73) |
| HSL | hsl(142, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 60%, 28%) |
| LAB | lab(65.3 -62.0 44.3) |
| LCH | lch(65.3 76.2 144.4) |
| OKLCH | oklch(0.680 0.196 147.8) |
Copy-ready code
/* CSS */
color: #08b749;
background-color: #08b749;
/* Tailwind (arbitrary) */
class="text-[#08b749] bg-[#08b749]"
/* SCSS */
$brand: #08b749;
/* SwiftUI */
Color(red: 0.031, green: 0.718, blue: 0.286)
/* Android */
Color.parseColor("#08b749")Accessibility — WCAG contrast
Aa
#08b749 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b749 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green71.8%
Blue28.6%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow60.1%
Key (black)28.2%
Color previews
#08b749 text on a black background
contrast 7.88:1
Card sample
#08b749 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b749;
Background color
Panel with #08b749 background
background-color: #08b749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 183, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 183, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b749; background: linear-gradient(135deg, #08b749, #08B1B7);