#402eee
a balanced, electric blue · warm · closest name: blue
RGB
64, 46, 238
HSL
246°, 85%, 56%
CMYK
73, 81, 0, 7
Luminance
0.0922
Every format
| HEX | #402eee |
| RGB | rgb(64, 46, 238) |
| HSL | hsl(246, 85%, 56%) |
| CMYK | cmyk(73%, 81%, 0%, 7%) |
| LAB | lab(36.4 64.0 -91.4) |
| LCH | lch(36.4 111.6 305.0) |
| OKLCH | oklch(0.480 0.265 274.1) |
Copy-ready code
/* CSS */
color: #402eee;
background-color: #402eee;
/* Tailwind (arbitrary) */
class="text-[#402eee] bg-[#402eee]"
/* SCSS */
$brand: #402eee;
/* SwiftUI */
Color(red: 0.251, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#402eee")Accessibility — WCAG contrast
Aa
#402eee on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402eee on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green18.0%
Blue93.3%
CMYK percentages
Cyan73.1%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#402eee text on a black background
contrast 2.84:1
Card sample
#402eee text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402eee;
Background color
Panel with #402eee background
background-color: #402eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402eee; background: linear-gradient(135deg, #402eee, #C02EEE);