#8cf764
a light, electric green · cool · closest name: lime
RGB
140, 247, 100
HSL
104°, 90%, 68%
CMYK
43, 0, 60, 3
Luminance
0.7302
Every format
| HEX | #8cf764 |
| RGB | rgb(140, 247, 100) |
| HSL | hsl(104, 90%, 68%) |
| CMYK | cmyk(43%, 0%, 60%, 3%) |
| LAB | lab(88.5 -56.6 59.8) |
| LCH | lch(88.5 82.3 133.4) |
| OKLCH | oklch(0.881 0.209 138.1) |
Copy-ready code
/* CSS */
color: #8cf764;
background-color: #8cf764;
/* Tailwind (arbitrary) */
class="text-[#8cf764] bg-[#8cf764]"
/* SCSS */
$brand: #8cf764;
/* SwiftUI */
Color(red: 0.549, green: 0.969, blue: 0.392)
/* Android */
Color.parseColor("#8cf764")Accessibility — WCAG contrast
Aa
#8cf764 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf764 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green96.9%
Blue39.2%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow59.5%
Key (black)3.1%
Color previews
#8cf764 text on a black background
contrast 15.60:1
Card sample
#8cf764 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf764;
Background color
Panel with #8cf764 background
background-color: #8cf764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 247, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 247, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf764; background: linear-gradient(135deg, #8cf764, #64F79E);