#321939
a deep, soft violet · warm · closest name: black
RGB
50, 25, 57
HSL
287°, 39%, 16%
CMYK
12, 56, 0, 78
Luminance
0.0167
Every format
| HEX | #321939 |
| RGB | rgb(50, 25, 57) |
| HSL | hsl(287, 39%, 16%) |
| CMYK | cmyk(12%, 56%, 0%, 78%) |
| LAB | lab(13.6 18.9 -15.7) |
| LCH | lch(13.6 24.6 320.3) |
| OKLCH | oklch(0.263 0.066 318.6) |
Copy-ready code
/* CSS */
color: #321939;
background-color: #321939;
/* Tailwind (arbitrary) */
class="text-[#321939] bg-[#321939]"
/* SCSS */
$brand: #321939;
/* SwiftUI */
Color(red: 0.196, green: 0.098, blue: 0.224)
/* Android */
Color.parseColor("#321939")Accessibility — WCAG contrast
Aa
#321939 on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321939 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.8%
Blue22.4%
CMYK percentages
Cyan12.3%
Magenta56.1%
Yellow0.0%
Key (black)77.6%
Color previews
#321939 text on a black background
contrast 1.33:1
Card sample
#321939 text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321939;
Background color
Panel with #321939 background
background-color: #321939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 25, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 25, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321939; background: linear-gradient(135deg, #321939, #39192B);