#414fe1
a balanced, vivid blue · warm · closest name: slateblue
RGB
65, 79, 225
HSL
235°, 73%, 57%
CMYK
71, 65, 0, 12
Luminance
0.1215
Every format
| HEX | #414fe1 |
| RGB | rgb(65, 79, 225) |
| HSL | hsl(235, 73%, 57%) |
| CMYK | cmyk(71%, 65%, 0%, 12%) |
| LAB | lab(41.5 42.4 -75.7) |
| LCH | lch(41.5 86.8 299.3) |
| OKLCH | oklch(0.512 0.219 271.8) |
Copy-ready code
/* CSS */
color: #414fe1;
background-color: #414fe1;
/* Tailwind (arbitrary) */
class="text-[#414fe1] bg-[#414fe1]"
/* SCSS */
$brand: #414fe1;
/* SwiftUI */
Color(red: 0.255, green: 0.310, blue: 0.882)
/* Android */
Color.parseColor("#414fe1")Accessibility — WCAG contrast
Aa
#414fe1 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#414fe1 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green31.0%
Blue88.2%
CMYK percentages
Cyan71.1%
Magenta64.9%
Yellow0.0%
Key (black)11.8%
Color previews
#414fe1 text on a black background
contrast 3.43:1
Card sample
#414fe1 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414fe1;
Background color
Panel with #414fe1 background
background-color: #414fe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414fe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 79, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 79, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414fe1; background: linear-gradient(135deg, #414fe1, #9E41E1);