#832141
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
131, 33, 65
HSL
340°, 60%, 32%
CMYK
0, 75, 50, 49
Luminance
0.0629
Every format
| HEX | #832141 |
| RGB | rgb(131, 33, 65) |
| HSL | hsl(340, 60%, 32%) |
| CMYK | cmyk(0%, 75%, 50%, 49%) |
| LAB | lab(30.1 43.7 5.0) |
| LCH | lch(30.1 44.0 6.5) |
| OKLCH | oklch(0.415 0.134 5.6) |
Copy-ready code
/* CSS */
color: #832141;
background-color: #832141;
/* Tailwind (arbitrary) */
class="text-[#832141] bg-[#832141]"
/* SCSS */
$brand: #832141;
/* SwiftUI */
Color(red: 0.514, green: 0.129, blue: 0.255)
/* Android */
Color.parseColor("#832141")Accessibility — WCAG contrast
Aa
#832141 on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832141 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green12.9%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow50.4%
Key (black)48.6%
Color previews
#832141 text on a black background
contrast 2.26:1
Card sample
#832141 text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832141;
Background color
Panel with #832141 background
background-color: #832141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 33, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 33, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832141; background: linear-gradient(135deg, #832141, #834221);