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