#41baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
65, 186, 235
HSL
197°, 81%, 59%
CMYK
72, 21, 0, 8
Luminance
0.4224
Every format
| HEX | #41baeb |
| RGB | rgb(65, 186, 235) |
| HSL | hsl(197, 81%, 59%) |
| CMYK | cmyk(72%, 21%, 0%, 8%) |
| LAB | lab(71.0 -17.7 -34.0) |
| LCH | lch(71.0 38.4 242.5) |
| OKLCH | oklch(0.743 0.126 229.3) |
Copy-ready code
/* CSS */
color: #41baeb;
background-color: #41baeb;
/* Tailwind (arbitrary) */
class="text-[#41baeb] bg-[#41baeb]"
/* SCSS */
$brand: #41baeb;
/* SwiftUI */
Color(red: 0.255, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#41baeb")Accessibility — WCAG contrast
Aa
#41baeb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41baeb on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan72.3%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#41baeb text on a black background
contrast 9.45:1
Card sample
#41baeb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41baeb;
Background color
Panel with #41baeb background
background-color: #41baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41baeb; background: linear-gradient(135deg, #41baeb, #4149EB);