#08ffab
a balanced, electric green · cool · closest name: aquamarine
RGB
8, 255, 171
HSL
160°, 100%, 52%
CMYK
97, 0, 33, 0
Luminance
0.7451
Every format
| HEX | #08ffab |
| RGB | rgb(8, 255, 171) |
| HSL | hsl(160, 100%, 52%) |
| CMYK | cmyk(97%, 0%, 33%, 0%) |
| LAB | lab(89.2 -68.8 26.4) |
| LCH | lch(89.2 73.7 159.0) |
| OKLCH | oklch(0.883 0.198 160.3) |
Copy-ready code
/* CSS */
color: #08ffab;
background-color: #08ffab;
/* Tailwind (arbitrary) */
class="text-[#08ffab] bg-[#08ffab]"
/* SCSS */
$brand: #08ffab;
/* SwiftUI */
Color(red: 0.031, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#08ffab")Accessibility — WCAG contrast
Aa
#08ffab on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ffab on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green100.0%
Blue67.1%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#08ffab text on a black background
contrast 15.90:1
Card sample
#08ffab text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ffab;
Background color
Panel with #08ffab background
background-color: #08ffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ffab; background: linear-gradient(135deg, #08ffab, #08AEFF);