#3b062f
a deep, electric magenta / pink · warm · closest name: black
RGB
59, 6, 47
HSL
314°, 82%, 13%
CMYK
0, 90, 20, 77
Luminance
0.0127
Every format
| HEX | #3b062f |
| RGB | rgb(59, 6, 47) |
| HSL | hsl(314, 82%, 13%) |
| CMYK | cmyk(0%, 90%, 20%, 77%) |
| LAB | lab(11.0 29.8 -12.5) |
| LCH | lch(11.0 32.3 337.3) |
| OKLCH | oklch(0.246 0.095 339.1) |
Copy-ready code
/* CSS */
color: #3b062f;
background-color: #3b062f;
/* Tailwind (arbitrary) */
class="text-[#3b062f] bg-[#3b062f]"
/* SCSS */
$brand: #3b062f;
/* SwiftUI */
Color(red: 0.231, green: 0.024, blue: 0.184)
/* Android */
Color.parseColor("#3b062f")Accessibility — WCAG contrast
Aa
#3b062f on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b062f on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green2.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow20.3%
Key (black)76.9%
Color previews
#3b062f text on a black background
contrast 1.25:1
Card sample
#3b062f text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b062f;
Background color
Panel with #3b062f background
background-color: #3b062f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b062f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 6, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 6, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b062f; background: linear-gradient(135deg, #3b062f, #3B060C);