#68397b
a dark, soft violet · warm · closest name: midnightblue
RGB
104, 57, 123
HSL
283°, 37%, 35%
CMYK
15, 54, 0, 52
Luminance
0.0730
Every format
| HEX | #68397b |
| RGB | rgb(104, 57, 123) |
| HSL | hsl(283, 37%, 35%) |
| CMYK | cmyk(15%, 54%, 0%, 52%) |
| LAB | lab(32.5 32.8 -29.3) |
| LCH | lch(32.5 44.0 318.2) |
| OKLCH | oklch(0.432 0.116 315.4) |
Copy-ready code
/* CSS */
color: #68397b;
background-color: #68397b;
/* Tailwind (arbitrary) */
class="text-[#68397b] bg-[#68397b]"
/* SCSS */
$brand: #68397b;
/* SwiftUI */
Color(red: 0.408, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#68397b")Accessibility — WCAG contrast
Aa
#68397b on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#68397b on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green22.4%
Blue48.2%
CMYK percentages
Cyan15.4%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#68397b text on a black background
contrast 2.46:1
Card sample
#68397b text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68397b;
Background color
Panel with #68397b background
background-color: #68397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68397b; background: linear-gradient(135deg, #68397b, #7B3962);