#4a124f
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
74, 18, 79
HSL
295°, 63%, 19%
CMYK
6, 77, 0, 69
Luminance
0.0245
Every format
| HEX | #4a124f |
| RGB | rgb(74, 18, 79) |
| HSL | hsl(295, 63%, 19%) |
| CMYK | cmyk(6%, 77%, 0%, 69%) |
| LAB | lab(17.7 35.0 -24.4) |
| LCH | lch(17.7 42.6 325.1) |
| OKLCH | oklch(0.306 0.116 324.4) |
Copy-ready code
/* CSS */
color: #4a124f;
background-color: #4a124f;
/* Tailwind (arbitrary) */
class="text-[#4a124f] bg-[#4a124f]"
/* SCSS */
$brand: #4a124f;
/* SwiftUI */
Color(red: 0.290, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#4a124f")Accessibility — WCAG contrast
Aa
#4a124f on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a124f on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green7.1%
Blue31.0%
CMYK percentages
Cyan6.3%
Magenta77.2%
Yellow0.0%
Key (black)69.0%
Color previews
#4a124f text on a black background
contrast 1.49:1
Card sample
#4a124f text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a124f;
Background color
Panel with #4a124f background
background-color: #4a124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a124f; background: linear-gradient(135deg, #4a124f, #4F122B);