#41acce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
65, 172, 206
HSL
195°, 59%, 53%
CMYK
68, 17, 0, 19
Luminance
0.3509
Every format
| HEX | #41acce |
| RGB | rgb(65, 172, 206) |
| HSL | hsl(195, 59%, 53%) |
| CMYK | cmyk(68%, 17%, 0%, 19%) |
| LAB | lab(65.8 -19.7 -26.2) |
| LCH | lch(65.8 32.8 233.1) |
| OKLCH | oklch(0.697 0.108 222.8) |
Copy-ready code
/* CSS */
color: #41acce;
background-color: #41acce;
/* Tailwind (arbitrary) */
class="text-[#41acce] bg-[#41acce]"
/* SCSS */
$brand: #41acce;
/* SwiftUI */
Color(red: 0.255, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#41acce")Accessibility — WCAG contrast
Aa
#41acce on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41acce on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.5%
Blue80.8%
CMYK percentages
Cyan68.4%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#41acce text on a black background
contrast 8.02:1
Card sample
#41acce text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41acce;
Background color
Panel with #41acce background
background-color: #41acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41acce; background: linear-gradient(135deg, #41acce, #414ECE);