#08b751
a dark, electric green · cool · closest name: forestgreen
RGB
8, 183, 81
HSL
145°, 92%, 38%
CMYK
96, 0, 56, 28
Luminance
0.3451
Every format
| HEX | #08b751 |
| RGB | rgb(8, 183, 81) |
| HSL | hsl(145, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 56%, 28%) |
| LAB | lab(65.4 -60.9 40.6) |
| LCH | lch(65.4 73.2 146.3) |
| OKLCH | oklch(0.681 0.190 149.2) |
Copy-ready code
/* CSS */
color: #08b751;
background-color: #08b751;
/* Tailwind (arbitrary) */
class="text-[#08b751] bg-[#08b751]"
/* SCSS */
$brand: #08b751;
/* SwiftUI */
Color(red: 0.031, green: 0.718, blue: 0.318)
/* Android */
Color.parseColor("#08b751")Accessibility — WCAG contrast
Aa
#08b751 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b751 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green71.8%
Blue31.8%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow55.7%
Key (black)28.2%
Color previews
#08b751 text on a black background
contrast 7.90:1
Card sample
#08b751 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b751;
Background color
Panel with #08b751 background
background-color: #08b751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 183, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 183, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b751; background: linear-gradient(135deg, #08b751, #08A9B7);