#463afd
a balanced, electric blue · warm · closest name: blue
RGB
70, 58, 253
HSL
244°, 98%, 61%
CMYK
72, 77, 0, 1
Luminance
0.1142
Every format
| HEX | #463afd |
| RGB | rgb(70, 58, 253) |
| HSL | hsl(244, 98%, 61%) |
| CMYK | cmyk(72%, 77%, 0%, 1%) |
| LAB | lab(40.3 63.3 -93.4) |
| LCH | lch(40.3 112.8 304.1) |
| OKLCH | oklch(0.513 0.271 273.9) |
Copy-ready code
/* CSS */
color: #463afd;
background-color: #463afd;
/* Tailwind (arbitrary) */
class="text-[#463afd] bg-[#463afd]"
/* SCSS */
$brand: #463afd;
/* SwiftUI */
Color(red: 0.275, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#463afd")Accessibility — WCAG contrast
Aa
#463afd on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#463afd on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green22.7%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#463afd text on a black background
contrast 3.28:1
Card sample
#463afd text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463afd;
Background color
Panel with #463afd background
background-color: #463afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463afd; background: linear-gradient(135deg, #463afd, #C83AFD);