#41d6f1
a balanced, electric cyan · cool · closest name: skyblue
RGB
65, 214, 241
HSL
189°, 86%, 60%
CMYK
73, 11, 0, 6
Luminance
0.5557
Every format
| HEX | #41d6f1 |
| RGB | rgb(65, 214, 241) |
| HSL | hsl(189, 86%, 60%) |
| CMYK | cmyk(73%, 11%, 0%, 6%) |
| LAB | lab(79.4 -29.9 -24.5) |
| LCH | lch(79.4 38.6 219.3) |
| OKLCH | oklch(0.810 0.126 212.6) |
Copy-ready code
/* CSS */
color: #41d6f1;
background-color: #41d6f1;
/* Tailwind (arbitrary) */
class="text-[#41d6f1] bg-[#41d6f1]"
/* SCSS */
$brand: #41d6f1;
/* SwiftUI */
Color(red: 0.255, green: 0.839, blue: 0.945)
/* Android */
Color.parseColor("#41d6f1")Accessibility — WCAG contrast
Aa
#41d6f1 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41d6f1 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green83.9%
Blue94.5%
CMYK percentages
Cyan73.0%
Magenta11.2%
Yellow0.0%
Key (black)5.5%
Color previews
#41d6f1 text on a black background
contrast 12.11:1
Card sample
#41d6f1 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41d6f1;
Background color
Panel with #41d6f1 background
background-color: #41d6f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41d6f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 214, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 214, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41d6f1; background: linear-gradient(135deg, #41d6f1, #4161F1);