#4b0e22
a deep, vivid magenta / pink · warm · closest name: black
RGB
75, 14, 34
HSL
340°, 69%, 18%
CMYK
0, 81, 55, 71
Luminance
0.0193
Every format
| HEX | #4b0e22 |
| RGB | rgb(75, 14, 34) |
| HSL | hsl(340, 69%, 18%) |
| CMYK | cmyk(0%, 81%, 55%, 71%) |
| LAB | lab(15.1 29.9 3.5) |
| LCH | lch(15.1 30.1 6.8) |
| OKLCH | oklch(0.280 0.092 5.8) |
Copy-ready code
/* CSS */
color: #4b0e22;
background-color: #4b0e22;
/* Tailwind (arbitrary) */
class="text-[#4b0e22] bg-[#4b0e22]"
/* SCSS */
$brand: #4b0e22;
/* SwiftUI */
Color(red: 0.294, green: 0.055, blue: 0.133)
/* Android */
Color.parseColor("#4b0e22")Accessibility — WCAG contrast
Aa
#4b0e22 on white: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b0e22 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green5.5%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow54.7%
Key (black)70.6%
Color previews
#4b0e22 text on a black background
contrast 1.39:1
Card sample
#4b0e22 text on a white background
contrast 15.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b0e22;
Background color
Panel with #4b0e22 background
background-color: #4b0e22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b0e22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 14, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 14, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b0e22; background: linear-gradient(135deg, #4b0e22, #4B230E);