#390fba
a dark, electric blue · warm · closest name: navy
RGB
57, 15, 186
HSL
255°, 85%, 39%
CMYK
69, 92, 0, 27
Luminance
0.0476
Every format
| HEX | #390fba |
| RGB | rgb(57, 15, 186) |
| HSL | hsl(255, 85%, 39%) |
| CMYK | cmyk(69%, 92%, 0%, 27%) |
| LAB | lab(26.0 60.4 -78.5) |
| LCH | lch(26.0 99.0 307.6) |
| OKLCH | oklch(0.390 0.229 278.4) |
Copy-ready code
/* CSS */
color: #390fba;
background-color: #390fba;
/* Tailwind (arbitrary) */
class="text-[#390fba] bg-[#390fba]"
/* SCSS */
$brand: #390fba;
/* SwiftUI */
Color(red: 0.224, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#390fba")Accessibility — WCAG contrast
Aa
#390fba on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390fba on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green5.9%
Blue72.9%
CMYK percentages
Cyan69.4%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#390fba text on a black background
contrast 1.95:1
Card sample
#390fba text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390fba;
Background color
Panel with #390fba background
background-color: #390fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390fba; background: linear-gradient(135deg, #390fba, #AB0FBA);