#3b182f
a deep, soft magenta / pink · warm · closest name: black
RGB
59, 24, 47
HSL
321°, 42%, 16%
CMYK
0, 59, 20, 77
Luminance
0.0179
Every format
| HEX | #3b182f |
| RGB | rgb(59, 24, 47) |
| HSL | hsl(321, 42%, 16%) |
| CMYK | cmyk(0%, 59%, 20%, 77%) |
| LAB | lab(14.3 20.7 -7.4) |
| LCH | lch(14.3 22.0 340.4) |
| OKLCH | oklch(0.270 0.065 342.2) |
Copy-ready code
/* CSS */
color: #3b182f;
background-color: #3b182f;
/* Tailwind (arbitrary) */
class="text-[#3b182f] bg-[#3b182f]"
/* SCSS */
$brand: #3b182f;
/* SwiftUI */
Color(red: 0.231, green: 0.094, blue: 0.184)
/* Android */
Color.parseColor("#3b182f")Accessibility — WCAG contrast
Aa
#3b182f on white: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b182f on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green9.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow20.3%
Key (black)76.9%
Color previews
#3b182f text on a black background
contrast 1.36:1
Card sample
#3b182f text on a white background
contrast 15.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b182f;
Background color
Panel with #3b182f background
background-color: #3b182f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b182f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 24, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 24, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b182f; background: linear-gradient(135deg, #3b182f, #3B1818);