#41ebee
a balanced, electric cyan · cool · closest name: cyan
RGB
65, 235, 238
HSL
181°, 84%, 59%
CMYK
73, 1, 0, 7
Luminance
0.6671
Every format
| HEX | #41ebee |
| RGB | rgb(65, 235, 238) |
| HSL | hsl(181, 84%, 59%) |
| CMYK | cmyk(73%, 1%, 0%, 7%) |
| LAB | lab(85.4 -40.6 -13.8) |
| LCH | lch(85.4 42.9 198.8) |
| OKLCH | oklch(0.859 0.133 196.8) |
Copy-ready code
/* CSS */
color: #41ebee;
background-color: #41ebee;
/* Tailwind (arbitrary) */
class="text-[#41ebee] bg-[#41ebee]"
/* SCSS */
$brand: #41ebee;
/* SwiftUI */
Color(red: 0.255, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#41ebee")Accessibility — WCAG contrast
Aa
#41ebee on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ebee on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.2%
Blue93.3%
CMYK percentages
Cyan72.7%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#41ebee text on a black background
contrast 14.34:1
Card sample
#41ebee text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ebee;
Background color
Panel with #41ebee background
background-color: #41ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ebee; background: linear-gradient(135deg, #41ebee, #4178EE);