#41e7a0
a balanced, electric green · cool · closest name: aquamarine
RGB
65, 231, 160
HSL
154°, 78%, 58%
CMYK
72, 0, 31, 9
Luminance
0.6081
Every format
| HEX | #41e7a0 |
| RGB | rgb(65, 231, 160) |
| HSL | hsl(154, 78%, 58%) |
| CMYK | cmyk(72%, 0%, 31%, 9%) |
| LAB | lab(82.3 -58.2 22.7) |
| LCH | lch(82.3 62.5 158.7) |
| OKLCH | oklch(0.827 0.169 160.1) |
Copy-ready code
/* CSS */
color: #41e7a0;
background-color: #41e7a0;
/* Tailwind (arbitrary) */
class="text-[#41e7a0] bg-[#41e7a0]"
/* SCSS */
$brand: #41e7a0;
/* SwiftUI */
Color(red: 0.255, green: 0.906, blue: 0.627)
/* Android */
Color.parseColor("#41e7a0")Accessibility — WCAG contrast
Aa
#41e7a0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41e7a0 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green90.6%
Blue62.7%
CMYK percentages
Cyan71.9%
Magenta0.0%
Yellow30.7%
Key (black)9.4%
Color previews
#41e7a0 text on a black background
contrast 13.16:1
Card sample
#41e7a0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41e7a0;
Background color
Panel with #41e7a0 background
background-color: #41e7a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41e7a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 231, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 231, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41e7a0; background: linear-gradient(135deg, #41e7a0, #41BFE7);