#41eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
65, 236, 235
HSL
180°, 82%, 59%
CMYK
73, 0, 0, 8
Luminance
0.6711
Every format
| HEX | #41eceb |
| RGB | rgb(65, 236, 235) |
| HSL | hsl(180, 82%, 59%) |
| CMYK | cmyk(73%, 0%, 0%, 8%) |
| LAB | lab(85.6 -41.9 -11.9) |
| LCH | lch(85.6 43.6 195.9) |
| OKLCH | oklch(0.860 0.134 194.4) |
Copy-ready code
/* CSS */
color: #41eceb;
background-color: #41eceb;
/* Tailwind (arbitrary) */
class="text-[#41eceb] bg-[#41eceb]"
/* SCSS */
$brand: #41eceb;
/* SwiftUI */
Color(red: 0.255, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#41eceb")Accessibility — WCAG contrast
Aa
#41eceb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41eceb on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#41eceb text on a black background
contrast 14.42:1
Card sample
#41eceb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41eceb;
Background color
Panel with #41eceb background
background-color: #41eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41eceb; background: linear-gradient(135deg, #41eceb, #417BEC);