#411cdf
a balanced, electric blue · warm · closest name: blue
RGB
65, 28, 223
HSL
251°, 78%, 49%
CMYK
71, 87, 0, 13
Luminance
0.0728
Every format
| HEX | #411cdf |
| RGB | rgb(65, 28, 223) |
| HSL | hsl(251, 78%, 49%) |
| CMYK | cmyk(71%, 87%, 0%, 13%) |
| LAB | lab(32.4 66.8 -89.4) |
| LCH | lch(32.4 111.6 306.8) |
| OKLCH | oklch(0.448 0.260 276.5) |
Copy-ready code
/* CSS */
color: #411cdf;
background-color: #411cdf;
/* Tailwind (arbitrary) */
class="text-[#411cdf] bg-[#411cdf]"
/* SCSS */
$brand: #411cdf;
/* SwiftUI */
Color(red: 0.255, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#411cdf")Accessibility — WCAG contrast
Aa
#411cdf on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411cdf on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green11.0%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#411cdf text on a black background
contrast 2.46:1
Card sample
#411cdf text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411cdf;
Background color
Panel with #411cdf background
background-color: #411cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411cdf; background: linear-gradient(135deg, #411cdf, #C31CDF);