#4a3377
a dark, soft violet · warm · closest name: midnightblue
RGB
74, 51, 119
HSL
260°, 40%, 33%
CMYK
38, 57, 0, 53
Luminance
0.0516
Every format
| HEX | #4a3377 |
| RGB | rgb(74, 51, 119) |
| HSL | hsl(260, 40%, 33%) |
| CMYK | cmyk(38%, 57%, 0%, 53%) |
| LAB | lab(27.2 26.8 -35.5) |
| LCH | lch(27.2 44.4 307.1) |
| OKLCH | oklch(0.383 0.112 296.3) |
Copy-ready code
/* CSS */
color: #4a3377;
background-color: #4a3377;
/* Tailwind (arbitrary) */
class="text-[#4a3377] bg-[#4a3377]"
/* SCSS */
$brand: #4a3377;
/* SwiftUI */
Color(red: 0.290, green: 0.200, blue: 0.467)
/* Android */
Color.parseColor("#4a3377")Accessibility — WCAG contrast
Aa
#4a3377 on white: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a3377 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green20.0%
Blue46.7%
CMYK percentages
Cyan37.8%
Magenta57.1%
Yellow0.0%
Key (black)53.3%
Color previews
#4a3377 text on a black background
contrast 2.03:1
Card sample
#4a3377 text on a white background
contrast 10.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a3377;
Background color
Panel with #4a3377 background
background-color: #4a3377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a3377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 51, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 51, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a3377; background: linear-gradient(135deg, #4a3377, #773377);