#41acf2
a balanced, electric blue · cool · closest name: steelblue
RGB
65, 172, 242
HSL
204°, 87%, 60%
CMYK
73, 29, 0, 5
Luminance
0.3704
Every format
| HEX | #41acf2 |
| RGB | rgb(65, 172, 242) |
| HSL | hsl(204, 87%, 60%) |
| CMYK | cmyk(73%, 29%, 0%, 5%) |
| LAB | lab(67.3 -7.8 -43.6) |
| LCH | lch(67.3 44.3 259.9) |
| OKLCH | oklch(0.714 0.140 241.6) |
Copy-ready code
/* CSS */
color: #41acf2;
background-color: #41acf2;
/* Tailwind (arbitrary) */
class="text-[#41acf2] bg-[#41acf2]"
/* SCSS */
$brand: #41acf2;
/* SwiftUI */
Color(red: 0.255, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#41acf2")Accessibility — WCAG contrast
Aa
#41acf2 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41acf2 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.5%
Blue94.9%
CMYK percentages
Cyan73.1%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#41acf2 text on a black background
contrast 8.41:1
Card sample
#41acf2 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41acf2;
Background color
Panel with #41acf2 background
background-color: #41acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41acf2; background: linear-gradient(135deg, #41acf2, #4C41F2);