#4b092f
a deep, electric magenta / pink · warm · closest name: black
RGB
75, 9, 47
HSL
326°, 79%, 17%
CMYK
0, 88, 37, 71
Luminance
0.0190
Every format
| HEX | #4b092f |
| RGB | rgb(75, 9, 47) |
| HSL | hsl(326, 79%, 17%) |
| CMYK | cmyk(0%, 88%, 37%, 71%) |
| LAB | lab(14.9 33.2 -6.2) |
| LCH | lch(14.9 33.8 349.5) |
| OKLCH | oklch(0.280 0.103 351.0) |
Copy-ready code
/* CSS */
color: #4b092f;
background-color: #4b092f;
/* Tailwind (arbitrary) */
class="text-[#4b092f] bg-[#4b092f]"
/* SCSS */
$brand: #4b092f;
/* SwiftUI */
Color(red: 0.294, green: 0.035, blue: 0.184)
/* Android */
Color.parseColor("#4b092f")Accessibility — WCAG contrast
Aa
#4b092f on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b092f on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green3.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow37.3%
Key (black)70.6%
Color previews
#4b092f text on a black background
contrast 1.38:1
Card sample
#4b092f text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b092f;
Background color
Panel with #4b092f background
background-color: #4b092f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b092f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 9, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 9, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b092f; background: linear-gradient(135deg, #4b092f, #4B0F09);