#390949
a deep, electric violet · warm · closest name: midnightblue
RGB
57, 9, 73
HSL
285°, 78%, 16%
CMYK
22, 88, 0, 71
Luminance
0.0155
Every format
| HEX | #390949 |
| RGB | rgb(57, 9, 73) |
| HSL | hsl(285, 78%, 16%) |
| CMYK | cmyk(22%, 88%, 0%, 71%) |
| LAB | lab(12.9 33.2 -28.1) |
| LCH | lch(12.9 43.5 319.8) |
| OKLCH | oklch(0.264 0.114 315.7) |
Copy-ready code
/* CSS */
color: #390949;
background-color: #390949;
/* Tailwind (arbitrary) */
class="text-[#390949] bg-[#390949]"
/* SCSS */
$brand: #390949;
/* SwiftUI */
Color(red: 0.224, green: 0.035, blue: 0.286)
/* Android */
Color.parseColor("#390949")Accessibility — WCAG contrast
Aa
#390949 on white: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390949 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green3.5%
Blue28.6%
CMYK percentages
Cyan21.9%
Magenta87.7%
Yellow0.0%
Key (black)71.4%
Color previews
#390949 text on a black background
contrast 1.31:1
Card sample
#390949 text on a white background
contrast 16.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390949;
Background color
Panel with #390949 background
background-color: #390949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 9, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 9, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390949; background: linear-gradient(135deg, #390949, #49092E);