#4a3157
a dark, soft violet · warm · closest name: midnightblue
RGB
74, 49, 87
HSL
280°, 28%, 27%
CMYK
15, 44, 0, 66
Luminance
0.0434
Every format
| HEX | #4a3157 |
| RGB | rgb(74, 49, 87) |
| HSL | hsl(280, 28%, 27%) |
| CMYK | cmyk(15%, 44%, 0%, 66%) |
| LAB | lab(24.8 19.3 -18.6) |
| LCH | lch(24.8 26.8 316.1) |
| OKLCH | oklch(0.359 0.071 313.4) |
Copy-ready code
/* CSS */
color: #4a3157;
background-color: #4a3157;
/* Tailwind (arbitrary) */
class="text-[#4a3157] bg-[#4a3157]"
/* SCSS */
$brand: #4a3157;
/* SwiftUI */
Color(red: 0.290, green: 0.192, blue: 0.341)
/* Android */
Color.parseColor("#4a3157")Accessibility — WCAG contrast
Aa
#4a3157 on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a3157 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green19.2%
Blue34.1%
CMYK percentages
Cyan14.9%
Magenta43.7%
Yellow0.0%
Key (black)65.9%
Color previews
#4a3157 text on a black background
contrast 1.87:1
Card sample
#4a3157 text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a3157;
Background color
Panel with #4a3157 background
background-color: #4a3157;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a3157;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 49, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 49, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a3157; background: linear-gradient(135deg, #4a3157, #57314B);