#390ade
a balanced, electric blue · warm · closest name: blue
RGB
57, 10, 222
HSL
253°, 91%, 46%
CMYK
74, 96, 0, 13
Luminance
0.0636
Every format
| HEX | #390ade |
| RGB | rgb(57, 10, 222) |
| HSL | hsl(253, 91%, 46%) |
| CMYK | cmyk(74%, 96%, 0%, 13%) |
| LAB | lab(30.3 70.5 -92.4) |
| LCH | lch(30.3 116.2 307.3) |
| OKLCH | oklch(0.432 0.268 274.5) |
Copy-ready code
/* CSS */
color: #390ade;
background-color: #390ade;
/* Tailwind (arbitrary) */
class="text-[#390ade] bg-[#390ade]"
/* SCSS */
$brand: #390ade;
/* SwiftUI */
Color(red: 0.224, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#390ade")Accessibility — WCAG contrast
Aa
#390ade on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390ade on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green3.9%
Blue87.1%
CMYK percentages
Cyan74.3%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#390ade text on a black background
contrast 2.27:1
Card sample
#390ade text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390ade;
Background color
Panel with #390ade background
background-color: #390ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390ade; background: linear-gradient(135deg, #390ade, #C60ADE);