#412eee
a balanced, electric blue · warm · closest name: blue
RGB
65, 46, 238
HSL
246°, 85%, 56%
CMYK
73, 81, 0, 7
Luminance
0.0925
Every format
| HEX | #412eee |
| RGB | rgb(65, 46, 238) |
| HSL | hsl(246, 85%, 56%) |
| CMYK | cmyk(73%, 81%, 0%, 7%) |
| LAB | lab(36.5 64.1 -91.3) |
| LCH | lch(36.5 111.5 305.1) |
| OKLCH | oklch(0.481 0.265 274.3) |
Copy-ready code
/* CSS */
color: #412eee;
background-color: #412eee;
/* Tailwind (arbitrary) */
class="text-[#412eee] bg-[#412eee]"
/* SCSS */
$brand: #412eee;
/* SwiftUI */
Color(red: 0.255, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#412eee")Accessibility — WCAG contrast
Aa
#412eee on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#412eee on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green18.0%
Blue93.3%
CMYK percentages
Cyan72.7%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#412eee text on a black background
contrast 2.85:1
Card sample
#412eee text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #412eee;
Background color
Panel with #412eee background
background-color: #412eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #412eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #412eee; background: linear-gradient(135deg, #412eee, #C12EEE);