#412fff
a balanced, electric blue · warm · closest name: blue
RGB
65, 47, 255
HSL
245°, 100%, 59%
CMYK
75, 82, 0, 0
Luminance
0.1038
Every format
| HEX | #412fff |
| RGB | rgb(65, 47, 255) |
| HSL | hsl(245, 100%, 59%) |
| CMYK | cmyk(75%, 82%, 0%, 0%) |
| LAB | lab(38.5 68.5 -97.5) |
| LCH | lch(38.5 119.1 305.1) |
| OKLCH | oklch(0.500 0.282 273.1) |
Copy-ready code
/* CSS */
color: #412fff;
background-color: #412fff;
/* Tailwind (arbitrary) */
class="text-[#412fff] bg-[#412fff]"
/* SCSS */
$brand: #412fff;
/* SwiftUI */
Color(red: 0.255, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#412fff")Accessibility — WCAG contrast
Aa
#412fff on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#412fff on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green18.4%
Blue100.0%
CMYK percentages
Cyan74.5%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#412fff text on a black background
contrast 3.08:1
Card sample
#412fff text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #412fff;
Background color
Panel with #412fff background
background-color: #412fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #412fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #412fff; background: linear-gradient(135deg, #412fff, #CC2FFF);