#841f49
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
132, 31, 73
HSL
335°, 62%, 32%
CMYK
0, 77, 45, 48
Luminance
0.0637
Every format
| HEX | #841f49 |
| RGB | rgb(132, 31, 73) |
| HSL | hsl(335, 62%, 32%) |
| CMYK | cmyk(0%, 77%, 45%, 48%) |
| LAB | lab(30.3 45.5 -0.0) |
| LCH | lch(30.3 45.5 360.0) |
| OKLCH | oklch(0.418 0.140 0.2) |
Copy-ready code
/* CSS */
color: #841f49;
background-color: #841f49;
/* Tailwind (arbitrary) */
class="text-[#841f49] bg-[#841f49]"
/* SCSS */
$brand: #841f49;
/* SwiftUI */
Color(red: 0.518, green: 0.122, blue: 0.286)
/* Android */
Color.parseColor("#841f49")Accessibility — WCAG contrast
Aa
#841f49 on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#841f49 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green12.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow44.7%
Key (black)48.2%
Color previews
#841f49 text on a black background
contrast 2.27:1
Card sample
#841f49 text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #841f49;
Background color
Panel with #841f49 background
background-color: #841f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #841f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 31, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 31, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #841f49; background: linear-gradient(135deg, #841f49, #84381F);