#41f3af
a balanced, electric green · cool · closest name: aquamarine
RGB
65, 243, 175
HSL
157°, 88%, 60%
CMYK
73, 0, 28, 5
Luminance
0.6832
Every format
| HEX | #41f3af |
| RGB | rgb(65, 243, 175) |
| HSL | hsl(157, 88%, 60%) |
| CMYK | cmyk(73%, 0%, 28%, 5%) |
| LAB | lab(86.2 -59.6 20.3) |
| LCH | lch(86.2 63.0 161.2) |
| OKLCH | oklch(0.860 0.171 162.4) |
Copy-ready code
/* CSS */
color: #41f3af;
background-color: #41f3af;
/* Tailwind (arbitrary) */
class="text-[#41f3af] bg-[#41f3af]"
/* SCSS */
$brand: #41f3af;
/* SwiftUI */
Color(red: 0.255, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#41f3af")Accessibility — WCAG contrast
Aa
#41f3af on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41f3af on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green95.3%
Blue68.6%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#41f3af text on a black background
contrast 14.66:1
Card sample
#41f3af text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41f3af;
Background color
Panel with #41f3af background
background-color: #41f3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41f3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41f3af; background: linear-gradient(135deg, #41f3af, #41C0F3);