#43142f
a deep, vivid magenta / pink · warm · closest name: black
RGB
67, 20, 47
HSL
326°, 54%, 17%
CMYK
0, 70, 30, 74
Luminance
0.0190
Every format
| HEX | #43142f |
| RGB | rgb(67, 20, 47) |
| HSL | hsl(326, 54%, 17%) |
| CMYK | cmyk(0%, 70%, 30%, 74%) |
| LAB | lab(14.9 26.0 -6.3) |
| LCH | lch(14.9 26.7 346.3) |
| OKLCH | oklch(0.277 0.080 348.1) |
Copy-ready code
/* CSS */
color: #43142f;
background-color: #43142f;
/* Tailwind (arbitrary) */
class="text-[#43142f] bg-[#43142f]"
/* SCSS */
$brand: #43142f;
/* SwiftUI */
Color(red: 0.263, green: 0.078, blue: 0.184)
/* Android */
Color.parseColor("#43142f")Accessibility — WCAG contrast
Aa
#43142f on white: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43142f on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green7.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow29.9%
Key (black)73.7%
Color previews
#43142f text on a black background
contrast 1.38:1
Card sample
#43142f text on a white background
contrast 15.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43142f;
Background color
Panel with #43142f background
background-color: #43142f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43142f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 20, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 20, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43142f; background: linear-gradient(135deg, #43142f, #431814);