#5a30ec
a balanced, electric blue · warm · closest name: blue
RGB
90, 48, 236
HSL
253°, 83%, 56%
CMYK
62, 80, 0, 8
Luminance
0.1034
Every format
| HEX | #5a30ec |
| RGB | rgb(90, 48, 236) |
| HSL | hsl(253, 83%, 56%) |
| CMYK | cmyk(62%, 80%, 0%, 8%) |
| LAB | lab(38.5 64.7 -86.8) |
| LCH | lch(38.5 108.3 306.7) |
| OKLCH | oklch(0.499 0.256 282.1) |
Copy-ready code
/* CSS */
color: #5a30ec;
background-color: #5a30ec;
/* Tailwind (arbitrary) */
class="text-[#5a30ec] bg-[#5a30ec]"
/* SCSS */
$brand: #5a30ec;
/* SwiftUI */
Color(red: 0.353, green: 0.188, blue: 0.925)
/* Android */
Color.parseColor("#5a30ec")Accessibility — WCAG contrast
Aa
#5a30ec on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5a30ec on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green18.8%
Blue92.5%
CMYK percentages
Cyan61.9%
Magenta79.7%
Yellow0.0%
Key (black)7.5%
Color previews
#5a30ec text on a black background
contrast 3.07:1
Card sample
#5a30ec text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a30ec;
Background color
Panel with #5a30ec background
background-color: #5a30ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a30ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 48, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 48, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a30ec; background: linear-gradient(135deg, #5a30ec, #D730EC);