#463eee
a balanced, electric blue · warm · closest name: blue
RGB
70, 62, 238
HSL
243°, 84%, 59%
CMYK
71, 74, 0, 7
Luminance
0.1092
Every format
| HEX | #463eee |
| RGB | rgb(70, 62, 238) |
| HSL | hsl(243, 84%, 59%) |
| CMYK | cmyk(71%, 74%, 0%, 7%) |
| LAB | lab(39.4 56.8 -86.3) |
| LCH | lch(39.4 103.3 303.3) |
| OKLCH | oklch(0.502 0.251 274.5) |
Copy-ready code
/* CSS */
color: #463eee;
background-color: #463eee;
/* Tailwind (arbitrary) */
class="text-[#463eee] bg-[#463eee]"
/* SCSS */
$brand: #463eee;
/* SwiftUI */
Color(red: 0.275, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#463eee")Accessibility — WCAG contrast
Aa
#463eee on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#463eee on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green24.3%
Blue93.3%
CMYK percentages
Cyan70.6%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#463eee text on a black background
contrast 3.18:1
Card sample
#463eee text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463eee;
Background color
Panel with #463eee background
background-color: #463eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463eee; background: linear-gradient(135deg, #463eee, #BB3EEE);