#3f2142
a deep, soft magenta / pink · warm · closest name: black
RGB
63, 33, 66
HSL
295°, 33%, 19%
CMYK
5, 50, 0, 74
Luminance
0.0254
Every format
| HEX | #3f2142 |
| RGB | rgb(63, 33, 66) |
| HSL | hsl(295, 33%, 19%) |
| CMYK | cmyk(5%, 50%, 0%, 74%) |
| LAB | lab(18.1 20.6 -14.9) |
| LCH | lch(18.1 25.5 324.1) |
| OKLCH | oklch(0.302 0.069 323.8) |
Copy-ready code
/* CSS */
color: #3f2142;
background-color: #3f2142;
/* Tailwind (arbitrary) */
class="text-[#3f2142] bg-[#3f2142]"
/* SCSS */
$brand: #3f2142;
/* SwiftUI */
Color(red: 0.247, green: 0.129, blue: 0.259)
/* Android */
Color.parseColor("#3f2142")Accessibility — WCAG contrast
Aa
#3f2142 on white: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2142 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green12.9%
Blue25.9%
CMYK percentages
Cyan4.5%
Magenta50.0%
Yellow0.0%
Key (black)74.1%
Color previews
#3f2142 text on a black background
contrast 1.51:1
Card sample
#3f2142 text on a white background
contrast 13.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2142;
Background color
Panel with #3f2142 background
background-color: #3f2142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 33, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 33, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2142; background: linear-gradient(135deg, #3f2142, #42212F);