#81237c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
129, 35, 124
HSL
303°, 57%, 32%
CMYK
0, 73, 4, 49
Luminance
0.0732
Every format
| HEX | #81237c |
| RGB | rgb(129, 35, 124) |
| HSL | hsl(303, 57%, 32%) |
| CMYK | cmyk(0%, 73%, 4%, 49%) |
| LAB | lab(32.5 50.3 -29.6) |
| LCH | lch(32.5 58.4 329.6) |
| OKLCH | oklch(0.440 0.164 330.2) |
Copy-ready code
/* CSS */
color: #81237c;
background-color: #81237c;
/* Tailwind (arbitrary) */
class="text-[#81237c] bg-[#81237c]"
/* SCSS */
$brand: #81237c;
/* SwiftUI */
Color(red: 0.506, green: 0.137, blue: 0.486)
/* Android */
Color.parseColor("#81237c")Accessibility — WCAG contrast
Aa
#81237c on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#81237c on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green13.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow3.9%
Key (black)49.4%
Color previews
#81237c text on a black background
contrast 2.46:1
Card sample
#81237c text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81237c;
Background color
Panel with #81237c background
background-color: #81237c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81237c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 35, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 35, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81237c; background: linear-gradient(135deg, #81237c, #81233D);