#4b2d4b
a deep, soft magenta / pink · warm · closest name: black
RGB
75, 45, 75
HSL
300°, 25%, 24%
CMYK
0, 40, 0, 71
Luminance
0.0388
Every format
| HEX | #4b2d4b |
| RGB | rgb(75, 45, 75) |
| HSL | hsl(300, 25%, 24%) |
| CMYK | cmyk(0%, 40%, 0%, 71%) |
| LAB | lab(23.3 19.4 -12.9) |
| LCH | lch(23.3 23.3 326.4) |
| OKLCH | oklch(0.346 0.064 326.9) |
Copy-ready code
/* CSS */
color: #4b2d4b;
background-color: #4b2d4b;
/* Tailwind (arbitrary) */
class="text-[#4b2d4b] bg-[#4b2d4b]"
/* SCSS */
$brand: #4b2d4b;
/* SwiftUI */
Color(red: 0.294, green: 0.176, blue: 0.294)
/* Android */
Color.parseColor("#4b2d4b")Accessibility — WCAG contrast
Aa
#4b2d4b on white: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2d4b on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green17.6%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow0.0%
Key (black)70.6%
Color previews
#4b2d4b text on a black background
contrast 1.78:1
Card sample
#4b2d4b text on a white background
contrast 11.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2d4b;
Background color
Panel with #4b2d4b background
background-color: #4b2d4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2d4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 45, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 45, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2d4b; background: linear-gradient(135deg, #4b2d4b, #4B2D37);