#390863
a deep, electric violet · warm · closest name: midnightblue
RGB
57, 8, 99
HSL
272°, 85%, 21%
CMYK
42, 92, 0, 61
Luminance
0.0194
Every format
| HEX | #390863 |
| RGB | rgb(57, 8, 99) |
| HSL | hsl(272, 85%, 21%) |
| CMYK | cmyk(42%, 92%, 0%, 61%) |
| LAB | lab(15.2 39.8 -42.0) |
| LCH | lch(15.2 57.9 313.5) |
| OKLCH | oklch(0.287 0.141 301.6) |
Copy-ready code
/* CSS */
color: #390863;
background-color: #390863;
/* Tailwind (arbitrary) */
class="text-[#390863] bg-[#390863]"
/* SCSS */
$brand: #390863;
/* SwiftUI */
Color(red: 0.224, green: 0.031, blue: 0.388)
/* Android */
Color.parseColor("#390863")Accessibility — WCAG contrast
Aa
#390863 on white: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390863 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green3.1%
Blue38.8%
CMYK percentages
Cyan42.4%
Magenta91.9%
Yellow0.0%
Key (black)61.2%
Color previews
#390863 text on a black background
contrast 1.39:1
Card sample
#390863 text on a white background
contrast 15.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390863;
Background color
Panel with #390863 background
background-color: #390863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 8, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 8, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390863; background: linear-gradient(135deg, #390863, #630850);