#08f87f
a balanced, electric green · cool · closest name: lime
RGB
8, 248, 127
HSL
150°, 95%, 50%
CMYK
97, 0, 49, 3
Luminance
0.6872
Every format
| HEX | #08f87f |
| RGB | rgb(8, 248, 127) |
| HSL | hsl(150, 95%, 50%) |
| CMYK | cmyk(97%, 0%, 49%, 3%) |
| LAB | lab(86.4 -74.5 44.4) |
| LCH | lch(86.4 86.7 149.2) |
| OKLCH | oklch(0.858 0.227 151.6) |
Copy-ready code
/* CSS */
color: #08f87f;
background-color: #08f87f;
/* Tailwind (arbitrary) */
class="text-[#08f87f] bg-[#08f87f]"
/* SCSS */
$brand: #08f87f;
/* SwiftUI */
Color(red: 0.031, green: 0.973, blue: 0.498)
/* Android */
Color.parseColor("#08f87f")Accessibility — WCAG contrast
Aa
#08f87f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08f87f on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green97.3%
Blue49.8%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow48.8%
Key (black)2.7%
Color previews
#08f87f text on a black background
contrast 14.74:1
Card sample
#08f87f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08f87f;
Background color
Panel with #08f87f background
background-color: #08f87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08f87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 248, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 248, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f87f; background: linear-gradient(135deg, #08f87f, #08D1F8);