#56397b
a dark, soft violet · warm · closest name: midnightblue
RGB
86, 57, 123
HSL
266°, 37%, 35%
CMYK
30, 54, 0, 52
Luminance
0.0633
Every format
| HEX | #56397b |
| RGB | rgb(86, 57, 123) |
| HSL | hsl(266, 37%, 35%) |
| CMYK | cmyk(30%, 54%, 0%, 52%) |
| LAB | lab(30.2 27.5 -33.0) |
| LCH | lch(30.2 43.0 309.8) |
| OKLCH | oklch(0.410 0.110 302.1) |
Copy-ready code
/* CSS */
color: #56397b;
background-color: #56397b;
/* Tailwind (arbitrary) */
class="text-[#56397b] bg-[#56397b]"
/* SCSS */
$brand: #56397b;
/* SwiftUI */
Color(red: 0.337, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#56397b")Accessibility — WCAG contrast
Aa
#56397b on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#56397b on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green22.4%
Blue48.2%
CMYK percentages
Cyan30.1%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#56397b text on a black background
contrast 2.27:1
Card sample
#56397b text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56397b;
Background color
Panel with #56397b background
background-color: #56397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56397b; background: linear-gradient(135deg, #56397b, #7B3974);