#523168
a dark, soft violet · warm · closest name: midnightblue
RGB
82, 49, 104
HSL
276°, 36%, 30%
CMYK
21, 53, 0, 59
Luminance
0.0499
Every format
| HEX | #523168 |
| RGB | rgb(82, 49, 104) |
| HSL | hsl(276, 36%, 30%) |
| CMYK | cmyk(21%, 53%, 0%, 59%) |
| LAB | lab(26.7 26.3 -26.6) |
| LCH | lch(26.7 37.3 314.7) |
| OKLCH | oklch(0.379 0.097 310.2) |
Copy-ready code
/* CSS */
color: #523168;
background-color: #523168;
/* Tailwind (arbitrary) */
class="text-[#523168] bg-[#523168]"
/* SCSS */
$brand: #523168;
/* SwiftUI */
Color(red: 0.322, green: 0.192, blue: 0.408)
/* Android */
Color.parseColor("#523168")Accessibility — WCAG contrast
Aa
#523168 on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523168 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green19.2%
Blue40.8%
CMYK percentages
Cyan21.2%
Magenta52.9%
Yellow0.0%
Key (black)59.2%
Color previews
#523168 text on a black background
contrast 2.00:1
Card sample
#523168 text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523168;
Background color
Panel with #523168 background
background-color: #523168;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523168;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 49, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 49, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523168; background: linear-gradient(135deg, #523168, #683159);