#08fc49
a balanced, electric green · cool · closest name: lime
RGB
8, 252, 73
HSL
136°, 98%, 51%
CMYK
97, 0, 71, 1
Luminance
0.7015
Every format
| HEX | #08fc49 |
| RGB | rgb(8, 252, 73) |
| HSL | hsl(136, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 71%, 1%) |
| LAB | lab(87.1 -82.1 68.1) |
| LCH | lch(87.1 106.7 140.4) |
| OKLCH | oklch(0.862 0.270 145.0) |
Copy-ready code
/* CSS */
color: #08fc49;
background-color: #08fc49;
/* Tailwind (arbitrary) */
class="text-[#08fc49] bg-[#08fc49]"
/* SCSS */
$brand: #08fc49;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 0.286)
/* Android */
Color.parseColor("#08fc49")Accessibility — WCAG contrast
Aa
#08fc49 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fc49 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue28.6%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow71.0%
Key (black)1.2%
Color previews
#08fc49 text on a black background
contrast 15.03:1
Card sample
#08fc49 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fc49;
Background color
Panel with #08fc49 background
background-color: #08fc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fc49; background: linear-gradient(135deg, #08fc49, #08FCEC);