#392271
a dark, vivid violet · warm · closest name: midnightblue
RGB
57, 34, 113
HSL
258°, 54%, 29%
CMYK
50, 70, 0, 56
Luminance
0.0321
Every format
| HEX | #392271 |
| RGB | rgb(57, 34, 113) |
| HSL | hsl(258, 54%, 29%) |
| CMYK | cmyk(50%, 70%, 0%, 56%) |
| LAB | lab(20.9 31.4 -41.9) |
| LCH | lch(20.9 52.4 306.9) |
| OKLCH | oklch(0.331 0.129 291.1) |
Copy-ready code
/* CSS */
color: #392271;
background-color: #392271;
/* Tailwind (arbitrary) */
class="text-[#392271] bg-[#392271]"
/* SCSS */
$brand: #392271;
/* SwiftUI */
Color(red: 0.224, green: 0.133, blue: 0.443)
/* Android */
Color.parseColor("#392271")Accessibility — WCAG contrast
Aa
#392271 on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392271 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green13.3%
Blue44.3%
CMYK percentages
Cyan49.6%
Magenta69.9%
Yellow0.0%
Key (black)55.7%
Color previews
#392271 text on a black background
contrast 1.64:1
Card sample
#392271 text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392271;
Background color
Panel with #392271 background
background-color: #392271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 34, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 34, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392271; background: linear-gradient(135deg, #392271, #6E2271);