#4b0f2c
a deep, vivid magenta / pink · warm · closest name: black
RGB
75, 15, 44
HSL
331°, 67%, 18%
CMYK
0, 80, 41, 71
Luminance
0.0202
Every format
| HEX | #4b0f2c |
| RGB | rgb(75, 15, 44) |
| HSL | hsl(331, 67%, 18%) |
| CMYK | cmyk(0%, 80%, 41%, 71%) |
| LAB | lab(15.6 30.6 -3.0) |
| LCH | lch(15.6 30.8 354.3) |
| OKLCH | oklch(0.285 0.094 355.4) |
Copy-ready code
/* CSS */
color: #4b0f2c;
background-color: #4b0f2c;
/* Tailwind (arbitrary) */
class="text-[#4b0f2c] bg-[#4b0f2c]"
/* SCSS */
$brand: #4b0f2c;
/* SwiftUI */
Color(red: 0.294, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#4b0f2c")Accessibility — WCAG contrast
Aa
#4b0f2c on white: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b0f2c on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow41.3%
Key (black)70.6%
Color previews
#4b0f2c text on a black background
contrast 1.40:1
Card sample
#4b0f2c text on a white background
contrast 14.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b0f2c;
Background color
Panel with #4b0f2c background
background-color: #4b0f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b0f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b0f2c; background: linear-gradient(135deg, #4b0f2c, #4B1A0F);