#8cf697
a light, electric green · cool · closest name: aquamarine
RGB
140, 246, 151
HSL
126°, 86%, 76%
CMYK
43, 0, 39, 4
Luminance
0.7372
Every format
| HEX | #8cf697 |
| RGB | rgb(140, 246, 151) |
| HSL | hsl(126, 86%, 76%) |
| CMYK | cmyk(43%, 0%, 39%, 4%) |
| LAB | lab(88.8 -49.8 36.4) |
| LCH | lch(88.8 61.6 143.9) |
| OKLCH | oklch(0.886 0.163 146.3) |
Copy-ready code
/* CSS */
color: #8cf697;
background-color: #8cf697;
/* Tailwind (arbitrary) */
class="text-[#8cf697] bg-[#8cf697]"
/* SCSS */
$brand: #8cf697;
/* SwiftUI */
Color(red: 0.549, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#8cf697")Accessibility — WCAG contrast
Aa
#8cf697 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf697 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green96.5%
Blue59.2%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#8cf697 text on a black background
contrast 15.74:1
Card sample
#8cf697 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf697;
Background color
Panel with #8cf697 background
background-color: #8cf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf697; background: linear-gradient(135deg, #8cf697, #8CF6DE);