#412cdf
a balanced, vivid blue · warm · closest name: blue
RGB
65, 44, 223
HSL
247°, 74%, 52%
CMYK
71, 80, 0, 13
Luminance
0.0825
Every format
| HEX | #412cdf |
| RGB | rgb(65, 44, 223) |
| HSL | hsl(247, 74%, 52%) |
| CMYK | cmyk(71%, 80%, 0%, 13%) |
| LAB | lab(34.5 60.7 -86.0) |
| LCH | lch(34.5 105.2 305.2) |
| OKLCH | oklch(0.462 0.250 275.6) |
Copy-ready code
/* CSS */
color: #412cdf;
background-color: #412cdf;
/* Tailwind (arbitrary) */
class="text-[#412cdf] bg-[#412cdf]"
/* SCSS */
$brand: #412cdf;
/* SwiftUI */
Color(red: 0.255, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#412cdf")Accessibility — WCAG contrast
Aa
#412cdf on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#412cdf on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#412cdf text on a black background
contrast 2.65:1
Card sample
#412cdf text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #412cdf;
Background color
Panel with #412cdf background
background-color: #412cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #412cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #412cdf; background: linear-gradient(135deg, #412cdf, #B82CDF);