#320eee
a balanced, electric blue · warm · closest name: blue
RGB
50, 14, 238
HSL
250°, 89%, 49%
CMYK
79, 94, 0, 7
Luminance
0.0717
Every format
| HEX | #320eee |
| RGB | rgb(50, 14, 238) |
| HSL | hsl(250, 89%, 49%) |
| CMYK | cmyk(79%, 94%, 0%, 7%) |
| LAB | lab(32.2 73.5 -98.4) |
| LCH | lch(32.2 122.8 306.7) |
| OKLCH | oklch(0.449 0.284 271.3) |
Copy-ready code
/* CSS */
color: #320eee;
background-color: #320eee;
/* Tailwind (arbitrary) */
class="text-[#320eee] bg-[#320eee]"
/* SCSS */
$brand: #320eee;
/* SwiftUI */
Color(red: 0.196, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#320eee")Accessibility — WCAG contrast
Aa
#320eee on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320eee on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green5.5%
Blue93.3%
CMYK percentages
Cyan79.0%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#320eee text on a black background
contrast 2.43:1
Card sample
#320eee text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320eee;
Background color
Panel with #320eee background
background-color: #320eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320eee; background: linear-gradient(135deg, #320eee, #C70EEE);