#414cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
65, 76, 223
HSL
236°, 71%, 57%
CMYK
71, 66, 0, 13
Luminance
0.1162
Every format
| HEX | #414cdf |
| RGB | rgb(65, 76, 223) |
| HSL | hsl(236, 71%, 57%) |
| CMYK | cmyk(71%, 66%, 0%, 13%) |
| LAB | lab(40.6 43.6 -75.9) |
| LCH | lch(40.6 87.5 299.9) |
| OKLCH | oklch(0.506 0.220 272.3) |
Copy-ready code
/* CSS */
color: #414cdf;
background-color: #414cdf;
/* Tailwind (arbitrary) */
class="text-[#414cdf] bg-[#414cdf]"
/* SCSS */
$brand: #414cdf;
/* SwiftUI */
Color(red: 0.255, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#414cdf")Accessibility — WCAG contrast
Aa
#414cdf on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#414cdf on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green29.8%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#414cdf text on a black background
contrast 3.32:1
Card sample
#414cdf text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414cdf;
Background color
Panel with #414cdf background
background-color: #414cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414cdf; background: linear-gradient(135deg, #414cdf, #9F41DF);