#41eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
65, 236, 205
HSL
169°, 82%, 59%
CMYK
73, 0, 13, 8
Luminance
0.6552
Every format
| HEX | #41eccd |
| RGB | rgb(65, 236, 205) |
| HSL | hsl(169, 82%, 59%) |
| CMYK | cmyk(73%, 0%, 13%, 8%) |
| LAB | lab(84.8 -49.9 2.7) |
| LCH | lch(84.8 49.9 176.9) |
| OKLCH | oklch(0.851 0.143 177.5) |
Copy-ready code
/* CSS */
color: #41eccd;
background-color: #41eccd;
/* Tailwind (arbitrary) */
class="text-[#41eccd] bg-[#41eccd]"
/* SCSS */
$brand: #41eccd;
/* SwiftUI */
Color(red: 0.255, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#41eccd")Accessibility — WCAG contrast
Aa
#41eccd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41eccd on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.5%
Blue80.4%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#41eccd text on a black background
contrast 14.10:1
Card sample
#41eccd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41eccd;
Background color
Panel with #41eccd background
background-color: #41eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41eccd; background: linear-gradient(135deg, #41eccd, #4199EC);