#41cdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
65, 205, 251
HSL
195°, 96%, 62%
CMYK
74, 18, 0, 2
Luminance
0.5175
Every format
| HEX | #41cdfb |
| RGB | rgb(65, 205, 251) |
| HSL | hsl(195, 96%, 62%) |
| CMYK | cmyk(74%, 18%, 0%, 2%) |
| LAB | lab(77.1 -22.4 -33.2) |
| LCH | lch(77.1 40.0 236.1) |
| OKLCH | oklch(0.794 0.133 224.6) |
Copy-ready code
/* CSS */
color: #41cdfb;
background-color: #41cdfb;
/* Tailwind (arbitrary) */
class="text-[#41cdfb] bg-[#41cdfb]"
/* SCSS */
$brand: #41cdfb;
/* SwiftUI */
Color(red: 0.255, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#41cdfb")Accessibility — WCAG contrast
Aa
#41cdfb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cdfb on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan74.1%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#41cdfb text on a black background
contrast 11.35:1
Card sample
#41cdfb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cdfb;
Background color
Panel with #41cdfb background
background-color: #41cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cdfb; background: linear-gradient(135deg, #41cdfb, #4151FB);