#802483
a dark, vivid magenta / pink · warm · closest name: purple
RGB
128, 36, 131
HSL
298°, 57%, 33%
CMYK
2, 73, 0, 49
Luminance
0.0749
Every format
| HEX | #802483 |
| RGB | rgb(128, 36, 131) |
| HSL | hsl(298, 57%, 33%) |
| CMYK | cmyk(2%, 73%, 0%, 49%) |
| LAB | lab(32.9 50.9 -33.4) |
| LCH | lch(32.9 60.9 326.7) |
| OKLCH | oklch(0.444 0.168 326.6) |
Copy-ready code
/* CSS */
color: #802483;
background-color: #802483;
/* Tailwind (arbitrary) */
class="text-[#802483] bg-[#802483]"
/* SCSS */
$brand: #802483;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.514)
/* Android */
Color.parseColor("#802483")Accessibility — WCAG contrast
Aa
#802483 on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#802483 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue51.4%
CMYK percentages
Cyan2.3%
Magenta72.5%
Yellow0.0%
Key (black)48.6%
Color previews
#802483 text on a black background
contrast 2.50:1
Card sample
#802483 text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802483;
Background color
Panel with #802483 background
background-color: #802483;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802483;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802483; background: linear-gradient(135deg, #802483, #832447);