#4a254b
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
74, 37, 75
HSL
298°, 34%, 22%
CMYK
1, 51, 0, 71
Luminance
0.0329
Every format
| HEX | #4a254b |
| RGB | rgb(74, 37, 75) |
| HSL | hsl(298, 34%, 22%) |
| CMYK | cmyk(1%, 51%, 0%, 71%) |
| LAB | lab(21.2 24.1 -16.2) |
| LCH | lch(21.2 29.0 326.1) |
| OKLCH | oklch(0.330 0.080 326.2) |
Copy-ready code
/* CSS */
color: #4a254b;
background-color: #4a254b;
/* Tailwind (arbitrary) */
class="text-[#4a254b] bg-[#4a254b]"
/* SCSS */
$brand: #4a254b;
/* SwiftUI */
Color(red: 0.290, green: 0.145, blue: 0.294)
/* Android */
Color.parseColor("#4a254b")Accessibility — WCAG contrast
Aa
#4a254b on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a254b on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green14.5%
Blue29.4%
CMYK percentages
Cyan1.3%
Magenta50.7%
Yellow0.0%
Key (black)70.6%
Color previews
#4a254b text on a black background
contrast 1.66:1
Card sample
#4a254b text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a254b;
Background color
Panel with #4a254b background
background-color: #4a254b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a254b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 37, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 37, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a254b; background: linear-gradient(135deg, #4a254b, #4B2533);