#413cfd
a balanced, electric blue · warm · closest name: blue
RGB
65, 60, 253
HSL
242°, 98%, 61%
CMYK
74, 76, 0, 1
Luminance
0.1145
Every format
| HEX | #413cfd |
| RGB | rgb(65, 60, 253) |
| HSL | hsl(242, 98%, 61%) |
| CMYK | cmyk(74%, 76%, 0%, 1%) |
| LAB | lab(40.3 62.0 -93.3) |
| LCH | lch(40.3 112.0 303.6) |
| OKLCH | oklch(0.512 0.270 272.5) |
Copy-ready code
/* CSS */
color: #413cfd;
background-color: #413cfd;
/* Tailwind (arbitrary) */
class="text-[#413cfd] bg-[#413cfd]"
/* SCSS */
$brand: #413cfd;
/* SwiftUI */
Color(red: 0.255, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#413cfd")Accessibility — WCAG contrast
Aa
#413cfd on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#413cfd on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green23.5%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#413cfd text on a black background
contrast 3.29:1
Card sample
#413cfd text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413cfd;
Background color
Panel with #413cfd background
background-color: #413cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413cfd; background: linear-gradient(135deg, #413cfd, #C23CFD);