#502eee
a balanced, electric blue · warm · closest name: blue
RGB
80, 46, 238
HSL
251°, 85%, 56%
CMYK
66, 81, 0, 7
Luminance
0.0983
Every format
| HEX | #502eee |
| RGB | rgb(80, 46, 238) |
| HSL | hsl(251, 85%, 56%) |
| CMYK | cmyk(66%, 81%, 0%, 7%) |
| LAB | lab(37.5 65.2 -89.5) |
| LCH | lch(37.5 110.7 306.1) |
| OKLCH | oklch(0.491 0.261 278.8) |
Copy-ready code
/* CSS */
color: #502eee;
background-color: #502eee;
/* Tailwind (arbitrary) */
class="text-[#502eee] bg-[#502eee]"
/* SCSS */
$brand: #502eee;
/* SwiftUI */
Color(red: 0.314, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#502eee")Accessibility — WCAG contrast
Aa
#502eee on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#502eee on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green18.0%
Blue93.3%
CMYK percentages
Cyan66.4%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#502eee text on a black background
contrast 2.97:1
Card sample
#502eee text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #502eee;
Background color
Panel with #502eee background
background-color: #502eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #502eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #502eee; background: linear-gradient(135deg, #502eee, #D02EEE);