#4a397b
a dark, soft violet · warm · closest name: midnightblue
RGB
74, 57, 123
HSL
256°, 37%, 35%
CMYK
40, 54, 0, 52
Luminance
0.0581
Every format
| HEX | #4a397b |
| RGB | rgb(74, 57, 123) |
| HSL | hsl(256, 37%, 35%) |
| CMYK | cmyk(40%, 54%, 0%, 52%) |
| LAB | lab(28.9 24.2 -35.1) |
| LCH | lch(28.9 42.7 304.5) |
| OKLCH | oklch(0.397 0.108 292.7) |
Copy-ready code
/* CSS */
color: #4a397b;
background-color: #4a397b;
/* Tailwind (arbitrary) */
class="text-[#4a397b] bg-[#4a397b]"
/* SCSS */
$brand: #4a397b;
/* SwiftUI */
Color(red: 0.290, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#4a397b")Accessibility — WCAG contrast
Aa
#4a397b on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a397b on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green22.4%
Blue48.2%
CMYK percentages
Cyan39.8%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#4a397b text on a black background
contrast 2.16:1
Card sample
#4a397b text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a397b;
Background color
Panel with #4a397b background
background-color: #4a397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a397b; background: linear-gradient(135deg, #4a397b, #76397B);