#08f643
a balanced, electric green · cool · closest name: lime
RGB
8, 246, 67
HSL
135°, 94%, 50%
CMYK
97, 0, 73, 4
Luminance
0.6637
Every format
| HEX | #08f643 |
| RGB | rgb(8, 246, 67) |
| HSL | hsl(135, 94%, 50%) |
| CMYK | cmyk(97%, 0%, 73%, 4%) |
| LAB | lab(85.2 -81.0 68.2) |
| LCH | lch(85.2 105.9 139.9) |
| OKLCH | oklch(0.846 0.267 144.7) |
Copy-ready code
/* CSS */
color: #08f643;
background-color: #08f643;
/* Tailwind (arbitrary) */
class="text-[#08f643] bg-[#08f643]"
/* SCSS */
$brand: #08f643;
/* SwiftUI */
Color(red: 0.031, green: 0.965, blue: 0.263)
/* Android */
Color.parseColor("#08f643")Accessibility — WCAG contrast
Aa
#08f643 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08f643 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green96.5%
Blue26.3%
CMYK percentages
Cyan96.7%
Magenta0.0%
Yellow72.8%
Key (black)3.5%
Color previews
#08f643 text on a black background
contrast 14.27:1
Card sample
#08f643 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08f643;
Background color
Panel with #08f643 background
background-color: #08f643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08f643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 246, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 246, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f643; background: linear-gradient(135deg, #08f643, #08F6E2);