#41e2ac
a balanced, vivid green · cool · closest name: aquamarine
RGB
65, 226, 172
HSL
160°, 74%, 57%
CMYK
71, 0, 24, 11
Luminance
0.5850
Every format
| HEX | #41e2ac |
| RGB | rgb(65, 226, 172) |
| HSL | hsl(160, 74%, 57%) |
| CMYK | cmyk(71%, 0%, 24%, 11%) |
| LAB | lab(81.0 -53.7 14.7) |
| LCH | lch(81.0 55.6 164.7) |
| OKLCH | oklch(0.817 0.153 165.8) |
Copy-ready code
/* CSS */
color: #41e2ac;
background-color: #41e2ac;
/* Tailwind (arbitrary) */
class="text-[#41e2ac] bg-[#41e2ac]"
/* SCSS */
$brand: #41e2ac;
/* SwiftUI */
Color(red: 0.255, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#41e2ac")Accessibility — WCAG contrast
Aa
#41e2ac on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41e2ac on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green88.6%
Blue67.5%
CMYK percentages
Cyan71.2%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#41e2ac text on a black background
contrast 12.70:1
Card sample
#41e2ac text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41e2ac;
Background color
Panel with #41e2ac background
background-color: #41e2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41e2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41e2ac; background: linear-gradient(135deg, #41e2ac, #41ADE2);