#412dfb
a balanced, electric blue · warm · closest name: blue
RGB
65, 45, 251
HSL
246°, 96%, 58%
CMYK
74, 82, 0, 2
Luminance
0.0997
Every format
| HEX | #412dfb |
| RGB | rgb(65, 45, 251) |
| HSL | hsl(246, 96%, 58%) |
| CMYK | cmyk(74%, 82%, 0%, 2%) |
| LAB | lab(37.8 68.2 -96.4) |
| LCH | lch(37.8 118.1 305.3) |
| OKLCH | oklch(0.494 0.279 273.5) |
Copy-ready code
/* CSS */
color: #412dfb;
background-color: #412dfb;
/* Tailwind (arbitrary) */
class="text-[#412dfb] bg-[#412dfb]"
/* SCSS */
$brand: #412dfb;
/* SwiftUI */
Color(red: 0.255, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#412dfb")Accessibility — WCAG contrast
Aa
#412dfb on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#412dfb on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green17.6%
Blue98.4%
CMYK percentages
Cyan74.1%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#412dfb text on a black background
contrast 2.99:1
Card sample
#412dfb text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #412dfb;
Background color
Panel with #412dfb background
background-color: #412dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #412dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #412dfb; background: linear-gradient(135deg, #412dfb, #CA2DFB);