#08ab5b
a dark, electric green · cool · closest name: forestgreen
RGB
8, 171, 91
HSL
151°, 91%, 35%
CMYK
95, 0, 47, 33
Luminance
0.2993
Every format
| HEX | #08ab5b |
| RGB | rgb(8, 171, 91) |
| HSL | hsl(151, 91%, 35%) |
| CMYK | cmyk(95%, 0%, 47%, 33%) |
| LAB | lab(61.6 -55.3 30.9) |
| LCH | lch(61.6 63.3 150.7) |
| OKLCH | oklch(0.650 0.166 152.8) |
Copy-ready code
/* CSS */
color: #08ab5b;
background-color: #08ab5b;
/* Tailwind (arbitrary) */
class="text-[#08ab5b] bg-[#08ab5b]"
/* SCSS */
$brand: #08ab5b;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.357)
/* Android */
Color.parseColor("#08ab5b")Accessibility — WCAG contrast
Aa
#08ab5b on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08ab5b on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue35.7%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow46.8%
Key (black)32.9%
Color previews
#08ab5b text on a black background
contrast 6.99:1
Card sample
#08ab5b text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ab5b;
Background color
Panel with #08ab5b background
background-color: #08ab5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ab5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ab5b; background: linear-gradient(135deg, #08ab5b, #088EAB);