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