#41e1b9
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
65, 225, 185
HSL
165°, 73%, 57%
CMYK
71, 0, 18, 12
Luminance
0.5848
Every format
| HEX | #41e1b9 |
| RGB | rgb(65, 225, 185) |
| HSL | hsl(165, 73%, 57%) |
| CMYK | cmyk(71%, 0%, 18%, 12%) |
| LAB | lab(81.0 -50.2 7.8) |
| LCH | lch(81.0 50.8 171.2) |
| OKLCH | oklch(0.818 0.142 172.0) |
Copy-ready code
/* CSS */
color: #41e1b9;
background-color: #41e1b9;
/* Tailwind (arbitrary) */
class="text-[#41e1b9] bg-[#41e1b9]"
/* SCSS */
$brand: #41e1b9;
/* SwiftUI */
Color(red: 0.255, green: 0.882, blue: 0.725)
/* Android */
Color.parseColor("#41e1b9")Accessibility — WCAG contrast
Aa
#41e1b9 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41e1b9 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green88.2%
Blue72.5%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow17.8%
Key (black)11.8%
Color previews
#41e1b9 text on a black background
contrast 12.70:1
Card sample
#41e1b9 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41e1b9;
Background color
Panel with #41e1b9 background
background-color: #41e1b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41e1b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 225, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 225, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41e1b9; background: linear-gradient(135deg, #41e1b9, #419EE1);