#8fff3b
a balanced, electric green · cool · closest name: lime
RGB
143, 255, 59
HSL
94°, 100%, 62%
CMYK
44, 0, 77, 0
Luminance
0.7768
Every format
| HEX | #8fff3b |
| RGB | rgb(143, 255, 59) |
| HSL | hsl(94, 100%, 62%) |
| CMYK | cmyk(44%, 0%, 77%, 0%) |
| LAB | lab(90.6 -61.8 77.0) |
| LCH | lch(90.6 98.7 128.7) |
| OKLCH | oklch(0.899 0.243 135.3) |
Copy-ready code
/* CSS */
color: #8fff3b;
background-color: #8fff3b;
/* Tailwind (arbitrary) */
class="text-[#8fff3b] bg-[#8fff3b]"
/* SCSS */
$brand: #8fff3b;
/* SwiftUI */
Color(red: 0.561, green: 1.000, blue: 0.231)
/* Android */
Color.parseColor("#8fff3b")Accessibility — WCAG contrast
Aa
#8fff3b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fff3b on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green100.0%
Blue23.1%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow76.9%
Key (black)0.0%
Color previews
#8fff3b text on a black background
contrast 16.54:1
Card sample
#8fff3b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fff3b;
Background color
Panel with #8fff3b background
background-color: #8fff3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fff3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 255, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 255, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fff3b; background: linear-gradient(135deg, #8fff3b, #3BFF6A);