#4a2139
a deep, soft magenta / pink · warm · closest name: black
RGB
74, 33, 57
HSL
325°, 38%, 21%
CMYK
0, 55, 23, 71
Luminance
0.0284
Every format
| HEX | #4a2139 |
| RGB | rgb(74, 33, 57) |
| HSL | hsl(325, 38%, 21%) |
| CMYK | cmyk(0%, 55%, 23%, 71%) |
| LAB | lab(19.4 22.9 -6.6) |
| LCH | lch(19.4 23.8 344.0) |
| OKLCH | oklch(0.314 0.071 345.8) |
Copy-ready code
/* CSS */
color: #4a2139;
background-color: #4a2139;
/* Tailwind (arbitrary) */
class="text-[#4a2139] bg-[#4a2139]"
/* SCSS */
$brand: #4a2139;
/* SwiftUI */
Color(red: 0.290, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#4a2139")Accessibility — WCAG contrast
Aa
#4a2139 on white: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a2139 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow23.0%
Key (black)71.0%
Color previews
#4a2139 text on a black background
contrast 1.57:1
Card sample
#4a2139 text on a white background
contrast 13.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a2139;
Background color
Panel with #4a2139 background
background-color: #4a2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a2139; background: linear-gradient(135deg, #4a2139, #4A2421);