#65397b
a dark, soft violet · warm · closest name: midnightblue
RGB
101, 57, 123
HSL
280°, 37%, 35%
CMYK
18, 54, 0, 52
Luminance
0.0712
Every format
| HEX | #65397b |
| RGB | rgb(101, 57, 123) |
| HSL | hsl(280, 37%, 35%) |
| CMYK | cmyk(18%, 54%, 0%, 52%) |
| LAB | lab(32.1 31.9 -29.9) |
| LCH | lch(32.1 43.8 316.8) |
| OKLCH | oklch(0.428 0.115 313.3) |
Copy-ready code
/* CSS */
color: #65397b;
background-color: #65397b;
/* Tailwind (arbitrary) */
class="text-[#65397b] bg-[#65397b]"
/* SCSS */
$brand: #65397b;
/* SwiftUI */
Color(red: 0.396, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#65397b")Accessibility — WCAG contrast
Aa
#65397b on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65397b on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green22.4%
Blue48.2%
CMYK percentages
Cyan17.9%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#65397b text on a black background
contrast 2.42:1
Card sample
#65397b text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65397b;
Background color
Panel with #65397b background
background-color: #65397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65397b; background: linear-gradient(135deg, #65397b, #7B3965);