#41acff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
65, 172, 255
HSL
206°, 100%, 63%
CMYK
75, 33, 0, 0
Luminance
0.3785
Every format
| HEX | #41acff |
| RGB | rgb(65, 172, 255) |
| HSL | hsl(206, 100%, 63%) |
| CMYK | cmyk(75%, 33%, 0%, 0%) |
| LAB | lab(67.9 -3.4 -49.8) |
| LCH | lch(67.9 49.9 266.1) |
| OKLCH | oklch(0.721 0.155 246.0) |
Copy-ready code
/* CSS */
color: #41acff;
background-color: #41acff;
/* Tailwind (arbitrary) */
class="text-[#41acff] bg-[#41acff]"
/* SCSS */
$brand: #41acff;
/* SwiftUI */
Color(red: 0.255, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#41acff")Accessibility — WCAG contrast
Aa
#41acff on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41acff on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.5%
Blue100.0%
CMYK percentages
Cyan74.5%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#41acff text on a black background
contrast 8.57:1
Card sample
#41acff text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41acff;
Background color
Panel with #41acff background
background-color: #41acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41acff; background: linear-gradient(135deg, #41acff, #5441FF);