#41abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
65, 171, 235
HSL
203°, 81%, 59%
CMYK
72, 27, 0, 8
Luminance
0.3625
Every format
| HEX | #41abeb |
| RGB | rgb(65, 171, 235) |
| HSL | hsl(203, 81%, 59%) |
| CMYK | cmyk(72%, 27%, 0%, 8%) |
| LAB | lab(66.7 -9.6 -40.8) |
| LCH | lch(66.7 41.9 256.7) |
| OKLCH | oklch(0.708 0.134 239.4) |
Copy-ready code
/* CSS */
color: #41abeb;
background-color: #41abeb;
/* Tailwind (arbitrary) */
class="text-[#41abeb] bg-[#41abeb]"
/* SCSS */
$brand: #41abeb;
/* SwiftUI */
Color(red: 0.255, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#41abeb")Accessibility — WCAG contrast
Aa
#41abeb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41abeb on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.1%
Blue92.2%
CMYK percentages
Cyan72.3%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#41abeb text on a black background
contrast 8.25:1
Card sample
#41abeb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41abeb;
Background color
Panel with #41abeb background
background-color: #41abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41abeb; background: linear-gradient(135deg, #41abeb, #4841EB);