#41ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
65, 235, 253
HSL
186°, 98%, 62%
CMYK
74, 7, 0, 1
Luminance
0.6763
Every format
| HEX | #41ebfd |
| RGB | rgb(65, 235, 253) |
| HSL | hsl(186, 98%, 62%) |
| CMYK | cmyk(74%, 7%, 0%, 1%) |
| LAB | lab(85.8 -36.3 -21.0) |
| LCH | lch(85.8 41.9 210.0) |
| OKLCH | oklch(0.864 0.135 205.7) |
Copy-ready code
/* CSS */
color: #41ebfd;
background-color: #41ebfd;
/* Tailwind (arbitrary) */
class="text-[#41ebfd] bg-[#41ebfd]"
/* SCSS */
$brand: #41ebfd;
/* SwiftUI */
Color(red: 0.255, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#41ebfd")Accessibility — WCAG contrast
Aa
#41ebfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ebfd on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.2%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#41ebfd text on a black background
contrast 14.53:1
Card sample
#41ebfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ebfd;
Background color
Panel with #41ebfd background
background-color: #41ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ebfd; background: linear-gradient(135deg, #41ebfd, #416EFD);