#41cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
65, 205, 253
HSL
195°, 98%, 62%
CMYK
74, 19, 0, 1
Luminance
0.5188
Every format
| HEX | #41cdfd |
| RGB | rgb(65, 205, 253) |
| HSL | hsl(195, 98%, 62%) |
| CMYK | cmyk(74%, 19%, 0%, 1%) |
| LAB | lab(77.2 -21.7 -34.2) |
| LCH | lch(77.2 40.5 237.6) |
| OKLCH | oklch(0.794 0.134 225.7) |
Copy-ready code
/* CSS */
color: #41cdfd;
background-color: #41cdfd;
/* Tailwind (arbitrary) */
class="text-[#41cdfd] bg-[#41cdfd]"
/* SCSS */
$brand: #41cdfd;
/* SwiftUI */
Color(red: 0.255, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#41cdfd")Accessibility — WCAG contrast
Aa
#41cdfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cdfd on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#41cdfd text on a black background
contrast 11.38:1
Card sample
#41cdfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cdfd;
Background color
Panel with #41cdfd background
background-color: #41cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cdfd; background: linear-gradient(135deg, #41cdfd, #4150FD);