#392079
a dark, vivid violet · warm · closest name: midnightblue
RGB
57, 32, 121
HSL
257°, 58%, 30%
CMYK
53, 74, 0, 53
Luminance
0.0328
Every format
| HEX | #392079 |
| RGB | rgb(57, 32, 121) |
| HSL | hsl(257, 58%, 30%) |
| CMYK | cmyk(53%, 74%, 0%, 53%) |
| LAB | lab(21.1 35.1 -46.6) |
| LCH | lch(21.1 58.3 307.0) |
| OKLCH | oklch(0.336 0.142 289.3) |
Copy-ready code
/* CSS */
color: #392079;
background-color: #392079;
/* Tailwind (arbitrary) */
class="text-[#392079] bg-[#392079]"
/* SCSS */
$brand: #392079;
/* SwiftUI */
Color(red: 0.224, green: 0.125, blue: 0.475)
/* Android */
Color.parseColor("#392079")Accessibility — WCAG contrast
Aa
#392079 on white: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392079 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green12.5%
Blue47.5%
CMYK percentages
Cyan52.9%
Magenta73.6%
Yellow0.0%
Key (black)52.5%
Color previews
#392079 text on a black background
contrast 1.66:1
Card sample
#392079 text on a white background
contrast 12.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392079;
Background color
Panel with #392079 background
background-color: #392079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 32, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 32, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392079; background: linear-gradient(135deg, #392079, #742079);