#41eefd
a balanced, electric cyan · cool · closest name: cyan
RGB
65, 238, 253
HSL
185°, 98%, 62%
CMYK
74, 6, 0, 1
Luminance
0.6936
Every format
| HEX | #41eefd |
| RGB | rgb(65, 238, 253) |
| HSL | hsl(185, 98%, 62%) |
| CMYK | cmyk(74%, 6%, 0%, 1%) |
| LAB | lab(86.7 -37.7 -19.7) |
| LCH | lch(86.7 42.5 207.6) |
| OKLCH | oklch(0.871 0.136 203.8) |
Copy-ready code
/* CSS */
color: #41eefd;
background-color: #41eefd;
/* Tailwind (arbitrary) */
class="text-[#41eefd] bg-[#41eefd]"
/* SCSS */
$brand: #41eefd;
/* SwiftUI */
Color(red: 0.255, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#41eefd")Accessibility — WCAG contrast
Aa
#41eefd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41eefd on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green93.3%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#41eefd text on a black background
contrast 14.87:1
Card sample
#41eefd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41eefd;
Background color
Panel with #41eefd background
background-color: #41eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41eefd; background: linear-gradient(135deg, #41eefd, #4171FD);