#8cf485
a light, electric green · cool · closest name: aquamarine
RGB
140, 244, 133
HSL
116°, 84%, 74%
CMYK
43, 0, 46, 4
Luminance
0.7197
Every format
| HEX | #8cf485 |
| RGB | rgb(140, 244, 133) |
| HSL | hsl(116, 84%, 74%) |
| CMYK | cmyk(43%, 0%, 46%, 4%) |
| LAB | lab(88.0 -51.6 44.1) |
| LCH | lch(88.0 67.8 139.5) |
| OKLCH | oklch(0.878 0.177 142.6) |
Copy-ready code
/* CSS */
color: #8cf485;
background-color: #8cf485;
/* Tailwind (arbitrary) */
class="text-[#8cf485] bg-[#8cf485]"
/* SCSS */
$brand: #8cf485;
/* SwiftUI */
Color(red: 0.549, green: 0.957, blue: 0.522)
/* Android */
Color.parseColor("#8cf485")Accessibility — WCAG contrast
Aa
#8cf485 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf485 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green95.7%
Blue52.2%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow45.5%
Key (black)4.3%
Color previews
#8cf485 text on a black background
contrast 15.39:1
Card sample
#8cf485 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf485;
Background color
Panel with #8cf485 background
background-color: #8cf485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 244, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 244, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf485; background: linear-gradient(135deg, #8cf485, #85F4C8);