#60397b
a dark, soft violet · warm · closest name: midnightblue
RGB
96, 57, 123
HSL
276°, 37%, 35%
CMYK
22, 54, 0, 52
Luminance
0.0684
Every format
| HEX | #60397b |
| RGB | rgb(96, 57, 123) |
| HSL | hsl(276, 37%, 35%) |
| CMYK | cmyk(22%, 54%, 0%, 52%) |
| LAB | lab(31.4 30.4 -31.0) |
| LCH | lch(31.4 43.4 314.5) |
| OKLCH | oklch(0.422 0.113 309.7) |
Copy-ready code
/* CSS */
color: #60397b;
background-color: #60397b;
/* Tailwind (arbitrary) */
class="text-[#60397b] bg-[#60397b]"
/* SCSS */
$brand: #60397b;
/* SwiftUI */
Color(red: 0.376, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#60397b")Accessibility — WCAG contrast
Aa
#60397b on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#60397b on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green22.4%
Blue48.2%
CMYK percentages
Cyan22.0%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#60397b text on a black background
contrast 2.37:1
Card sample
#60397b text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60397b;
Background color
Panel with #60397b background
background-color: #60397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60397b; background: linear-gradient(135deg, #60397b, #7B396A);