#08ab6d
a dark, electric green · cool · closest name: seagreen
RGB
8, 171, 109
HSL
157°, 91%, 35%
CMYK
95, 0, 36, 33
Luminance
0.3028
Every format
| HEX | #08ab6d |
| RGB | rgb(8, 171, 109) |
| HSL | hsl(157, 91%, 35%) |
| CMYK | cmyk(95%, 0%, 36%, 33%) |
| LAB | lab(61.9 -51.7 21.8) |
| LCH | lch(61.9 56.1 157.2) |
| OKLCH | oklch(0.654 0.150 158.6) |
Copy-ready code
/* CSS */
color: #08ab6d;
background-color: #08ab6d;
/* Tailwind (arbitrary) */
class="text-[#08ab6d] bg-[#08ab6d]"
/* SCSS */
$brand: #08ab6d;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.427)
/* Android */
Color.parseColor("#08ab6d")Accessibility — WCAG contrast
Aa
#08ab6d on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ab6d on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue42.7%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow36.3%
Key (black)32.9%
Color previews
#08ab6d text on a black background
contrast 7.06:1
Card sample
#08ab6d text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ab6d;
Background color
Panel with #08ab6d background
background-color: #08ab6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ab6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ab6d; background: linear-gradient(135deg, #08ab6d, #087CAB);