#4a1155
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
74, 17, 85
HSL
290°, 67%, 20%
CMYK
13, 80, 0, 67
Luminance
0.0251
Every format
| HEX | #4a1155 |
| RGB | rgb(74, 17, 85) |
| HSL | hsl(290, 67%, 20%) |
| CMYK | cmyk(13%, 80%, 0%, 67%) |
| LAB | lab(18.0 36.6 -28.0) |
| LCH | lch(18.0 46.1 322.6) |
| OKLCH | oklch(0.309 0.123 320.6) |
Copy-ready code
/* CSS */
color: #4a1155;
background-color: #4a1155;
/* Tailwind (arbitrary) */
class="text-[#4a1155] bg-[#4a1155]"
/* SCSS */
$brand: #4a1155;
/* SwiftUI */
Color(red: 0.290, green: 0.067, blue: 0.333)
/* Android */
Color.parseColor("#4a1155")Accessibility — WCAG contrast
Aa
#4a1155 on white: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a1155 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green6.7%
Blue33.3%
CMYK percentages
Cyan12.9%
Magenta80.0%
Yellow0.0%
Key (black)66.7%
Color previews
#4a1155 text on a black background
contrast 1.50:1
Card sample
#4a1155 text on a white background
contrast 13.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a1155;
Background color
Panel with #4a1155 background
background-color: #4a1155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a1155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 17, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 17, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a1155; background: linear-gradient(135deg, #4a1155, #551133);