#41cdfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
65, 205, 254
HSL
196°, 99%, 63%
CMYK
74, 19, 0, 0
Luminance
0.5194
Every format
| HEX | #41cdfe |
| RGB | rgb(65, 205, 254) |
| HSL | hsl(196, 99%, 63%) |
| CMYK | cmyk(74%, 19%, 0%, 0%) |
| LAB | lab(77.2 -21.4 -34.6) |
| LCH | lch(77.2 40.7 238.3) |
| OKLCH | oklch(0.795 0.135 226.2) |
Copy-ready code
/* CSS */
color: #41cdfe;
background-color: #41cdfe;
/* Tailwind (arbitrary) */
class="text-[#41cdfe] bg-[#41cdfe]"
/* SCSS */
$brand: #41cdfe;
/* SwiftUI */
Color(red: 0.255, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#41cdfe")Accessibility — WCAG contrast
Aa
#41cdfe on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cdfe on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.4%
Blue99.6%
CMYK percentages
Cyan74.4%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#41cdfe text on a black background
contrast 11.39:1
Card sample
#41cdfe text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cdfe;
Background color
Panel with #41cdfe background
background-color: #41cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cdfe; background: linear-gradient(135deg, #41cdfe, #414FFE);