#61ff8e
a light, electric green · cool · closest name: aquamarine
RGB
97, 255, 142
HSL
137°, 100%, 69%
CMYK
62, 0, 44, 0
Luminance
0.7601
Every format
| HEX | #61ff8e |
| RGB | rgb(97, 255, 142) |
| HSL | hsl(137, 100%, 69%) |
| CMYK | cmyk(62%, 0%, 44%, 0%) |
| LAB | lab(89.9 -65.0 41.9) |
| LCH | lch(89.9 77.3 147.2) |
| OKLCH | oklch(0.890 0.203 149.6) |
Copy-ready code
/* CSS */
color: #61ff8e;
background-color: #61ff8e;
/* Tailwind (arbitrary) */
class="text-[#61ff8e] bg-[#61ff8e]"
/* SCSS */
$brand: #61ff8e;
/* SwiftUI */
Color(red: 0.380, green: 1.000, blue: 0.557)
/* Android */
Color.parseColor("#61ff8e")Accessibility — WCAG contrast
Aa
#61ff8e on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ff8e on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green100.0%
Blue55.7%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow44.3%
Key (black)0.0%
Color previews
#61ff8e text on a black background
contrast 16.20:1
Card sample
#61ff8e text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ff8e;
Background color
Panel with #61ff8e background
background-color: #61ff8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ff8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 255, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 255, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ff8e; background: linear-gradient(135deg, #61ff8e, #61FFF7);