#411fdf
a balanced, electric blue · warm · closest name: blue
RGB
65, 31, 223
HSL
251°, 76%, 50%
CMYK
71, 86, 0, 13
Luminance
0.0743
Every format
| HEX | #411fdf |
| RGB | rgb(65, 31, 223) |
| HSL | hsl(251, 76%, 50%) |
| CMYK | cmyk(71%, 86%, 0%, 13%) |
| LAB | lab(32.8 65.8 -88.8) |
| LCH | lch(32.8 110.6 306.5) |
| OKLCH | oklch(0.450 0.258 276.3) |
Copy-ready code
/* CSS */
color: #411fdf;
background-color: #411fdf;
/* Tailwind (arbitrary) */
class="text-[#411fdf] bg-[#411fdf]"
/* SCSS */
$brand: #411fdf;
/* SwiftUI */
Color(red: 0.255, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#411fdf")Accessibility — WCAG contrast
Aa
#411fdf on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411fdf on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green12.2%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#411fdf text on a black background
contrast 2.49:1
Card sample
#411fdf text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411fdf;
Background color
Panel with #411fdf background
background-color: #411fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411fdf; background: linear-gradient(135deg, #411fdf, #C11FDF);