#41deee
a balanced, electric cyan · cool · closest name: cyan
RGB
65, 222, 238
HSL
186°, 84%, 59%
CMYK
73, 7, 0, 7
Luminance
0.5954
Every format
| HEX | #41deee |
| RGB | rgb(65, 222, 238) |
| HSL | hsl(186, 84%, 59%) |
| CMYK | cmyk(73%, 7%, 0%, 7%) |
| LAB | lab(81.6 -34.6 -19.5) |
| LCH | lch(81.6 39.7 209.4) |
| OKLCH | oklch(0.828 0.127 205.2) |
Copy-ready code
/* CSS */
color: #41deee;
background-color: #41deee;
/* Tailwind (arbitrary) */
class="text-[#41deee] bg-[#41deee]"
/* SCSS */
$brand: #41deee;
/* SwiftUI */
Color(red: 0.255, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#41deee")Accessibility — WCAG contrast
Aa
#41deee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41deee on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green87.1%
Blue93.3%
CMYK percentages
Cyan72.7%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#41deee text on a black background
contrast 12.91:1
Card sample
#41deee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41deee;
Background color
Panel with #41deee background
background-color: #41deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41deee; background: linear-gradient(135deg, #41deee, #416BEE);