#41affc
a balanced, electric blue · cool · closest name: steelblue
RGB
65, 175, 252
HSL
205°, 97%, 62%
CMYK
74, 31, 0, 1
Luminance
0.3881
Every format
| HEX | #41affc |
| RGB | rgb(65, 175, 252) |
| HSL | hsl(205, 97%, 62%) |
| CMYK | cmyk(74%, 31%, 0%, 1%) |
| LAB | lab(68.6 -6.1 -47.0) |
| LCH | lch(68.6 47.4 262.6) |
| OKLCH | oklch(0.726 0.149 243.5) |
Copy-ready code
/* CSS */
color: #41affc;
background-color: #41affc;
/* Tailwind (arbitrary) */
class="text-[#41affc] bg-[#41affc]"
/* SCSS */
$brand: #41affc;
/* SwiftUI */
Color(red: 0.255, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#41affc")Accessibility — WCAG contrast
Aa
#41affc on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41affc on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green68.6%
Blue98.8%
CMYK percentages
Cyan74.2%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#41affc text on a black background
contrast 8.76:1
Card sample
#41affc text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41affc;
Background color
Panel with #41affc background
background-color: #41affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41affc; background: linear-gradient(135deg, #41affc, #5041FC);