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