#41b5ff
a balanced, electric blue · cool · closest name: steelblue
RGB
65, 181, 255
HSL
203°, 100%, 63%
CMYK
75, 29, 0, 0
Luminance
0.4139
Every format
| HEX | #41b5ff |
| RGB | rgb(65, 181, 255) |
| HSL | hsl(203, 100%, 63%) |
| CMYK | cmyk(75%, 29%, 0%, 0%) |
| LAB | lab(70.5 -8.4 -45.8) |
| LCH | lch(70.5 46.5 259.6) |
| OKLCH | oklch(0.741 0.148 241.3) |
Copy-ready code
/* CSS */
color: #41b5ff;
background-color: #41b5ff;
/* Tailwind (arbitrary) */
class="text-[#41b5ff] bg-[#41b5ff]"
/* SCSS */
$brand: #41b5ff;
/* SwiftUI */
Color(red: 0.255, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#41b5ff")Accessibility — WCAG contrast
Aa
#41b5ff on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41b5ff on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green71.0%
Blue100.0%
CMYK percentages
Cyan74.5%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#41b5ff text on a black background
contrast 9.28:1
Card sample
#41b5ff text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41b5ff;
Background color
Panel with #41b5ff background
background-color: #41b5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41b5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41b5ff; background: linear-gradient(135deg, #41b5ff, #4C41FF);