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