#390eb8
a dark, electric violet · warm · closest name: navy
RGB
57, 14, 184
HSL
255°, 86%, 39%
CMYK
69, 92, 0, 28
Luminance
0.0464
Every format
| HEX | #390eb8 |
| RGB | rgb(57, 14, 184) |
| HSL | hsl(255, 86%, 39%) |
| CMYK | cmyk(69%, 92%, 0%, 28%) |
| LAB | lab(25.7 60.1 -77.8) |
| LCH | lch(25.7 98.4 307.7) |
| OKLCH | oklch(0.388 0.227 278.7) |
Copy-ready code
/* CSS */
color: #390eb8;
background-color: #390eb8;
/* Tailwind (arbitrary) */
class="text-[#390eb8] bg-[#390eb8]"
/* SCSS */
$brand: #390eb8;
/* SwiftUI */
Color(red: 0.224, green: 0.055, blue: 0.722)
/* Android */
Color.parseColor("#390eb8")Accessibility — WCAG contrast
Aa
#390eb8 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390eb8 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green5.5%
Blue72.2%
CMYK percentages
Cyan69.0%
Magenta92.4%
Yellow0.0%
Key (black)27.8%
Color previews
#390eb8 text on a black background
contrast 1.93:1
Card sample
#390eb8 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390eb8;
Background color
Panel with #390eb8 background
background-color: #390eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 14, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 14, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390eb8; background: linear-gradient(135deg, #390eb8, #AA0EB8);