#81237f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
129, 35, 127
HSL
301°, 57%, 32%
CMYK
0, 73, 2, 49
Luminance
0.0740
Every format
| HEX | #81237f |
| RGB | rgb(129, 35, 127) |
| HSL | hsl(301, 57%, 32%) |
| CMYK | cmyk(0%, 73%, 2%, 49%) |
| LAB | lab(32.7 50.8 -31.2) |
| LCH | lch(32.7 59.6 328.5) |
| OKLCH | oklch(0.442 0.167 328.9) |
Copy-ready code
/* CSS */
color: #81237f;
background-color: #81237f;
/* Tailwind (arbitrary) */
class="text-[#81237f] bg-[#81237f]"
/* SCSS */
$brand: #81237f;
/* SwiftUI */
Color(red: 0.506, green: 0.137, blue: 0.498)
/* Android */
Color.parseColor("#81237f")Accessibility — WCAG contrast
Aa
#81237f on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#81237f on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green13.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow1.6%
Key (black)49.4%
Color previews
#81237f text on a black background
contrast 2.48:1
Card sample
#81237f text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81237f;
Background color
Panel with #81237f background
background-color: #81237f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81237f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 35, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 35, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81237f; background: linear-gradient(135deg, #81237f, #812340);