#523696
a dark, vivid violet · warm · closest name: midnightblue
RGB
82, 54, 150
HSL
258°, 47%, 40%
CMYK
45, 64, 0, 41
Luminance
0.0663
Every format
| HEX | #523696 |
| RGB | rgb(82, 54, 150) |
| HSL | hsl(258, 47%, 40%) |
| CMYK | cmyk(45%, 64%, 0%, 41%) |
| LAB | lab(31.0 36.0 -48.6) |
| LCH | lch(31.0 60.5 306.5) |
| OKLCH | oklch(0.420 0.150 292.1) |
Copy-ready code
/* CSS */
color: #523696;
background-color: #523696;
/* Tailwind (arbitrary) */
class="text-[#523696] bg-[#523696]"
/* SCSS */
$brand: #523696;
/* SwiftUI */
Color(red: 0.322, green: 0.212, blue: 0.588)
/* Android */
Color.parseColor("#523696")Accessibility — WCAG contrast
Aa
#523696 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523696 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green21.2%
Blue58.8%
CMYK percentages
Cyan45.3%
Magenta64.0%
Yellow0.0%
Key (black)41.2%
Color previews
#523696 text on a black background
contrast 2.33:1
Card sample
#523696 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523696;
Background color
Panel with #523696 background
background-color: #523696;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523696;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 54, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 54, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523696; background: linear-gradient(135deg, #523696, #923696);