#41eab3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
65, 234, 179
HSL
161°, 80%, 59%
CMYK
72, 0, 24, 8
Luminance
0.6322
Every format
| HEX | #41eab3 |
| RGB | rgb(65, 234, 179) |
| HSL | hsl(161, 80%, 59%) |
| CMYK | cmyk(72%, 0%, 24%, 8%) |
| LAB | lab(83.6 -55.3 14.6) |
| LCH | lch(83.6 57.1 165.2) |
| OKLCH | oklch(0.839 0.157 166.3) |
Copy-ready code
/* CSS */
color: #41eab3;
background-color: #41eab3;
/* Tailwind (arbitrary) */
class="text-[#41eab3] bg-[#41eab3]"
/* SCSS */
$brand: #41eab3;
/* SwiftUI */
Color(red: 0.255, green: 0.918, blue: 0.702)
/* Android */
Color.parseColor("#41eab3")Accessibility — WCAG contrast
Aa
#41eab3 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41eab3 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green91.8%
Blue70.2%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow23.5%
Key (black)8.2%
Color previews
#41eab3 text on a black background
contrast 13.64:1
Card sample
#41eab3 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41eab3;
Background color
Panel with #41eab3 background
background-color: #41eab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41eab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 234, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 234, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41eab3; background: linear-gradient(135deg, #41eab3, #41B0EA);