#41ecba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
65, 236, 186
HSL
163°, 82%, 59%
CMYK
73, 0, 21, 8
Luminance
0.6466
Every format
| HEX | #41ecba |
| RGB | rgb(65, 236, 186) |
| HSL | hsl(163, 82%, 59%) |
| CMYK | cmyk(73%, 0%, 21%, 8%) |
| LAB | lab(84.3 -54.5 12.0) |
| LCH | lch(84.3 55.8 167.6) |
| OKLCH | oklch(0.846 0.154 168.6) |
Copy-ready code
/* CSS */
color: #41ecba;
background-color: #41ecba;
/* Tailwind (arbitrary) */
class="text-[#41ecba] bg-[#41ecba]"
/* SCSS */
$brand: #41ecba;
/* SwiftUI */
Color(red: 0.255, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#41ecba")Accessibility — WCAG contrast
Aa
#41ecba on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ecba on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.5%
Blue72.9%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#41ecba text on a black background
contrast 13.93:1
Card sample
#41ecba text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ecba;
Background color
Panel with #41ecba background
background-color: #41ecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ecba; background: linear-gradient(135deg, #41ecba, #41ACEC);