#802489
a dark, vivid magenta / pink · warm · closest name: purple
RGB
128, 36, 137
HSL
295°, 58%, 34%
CMYK
7, 74, 0, 46
Luminance
0.0766
Every format
| HEX | #802489 |
| RGB | rgb(128, 36, 137) |
| HSL | hsl(295, 58%, 34%) |
| CMYK | cmyk(7%, 74%, 0%, 46%) |
| LAB | lab(33.3 52.0 -36.5) |
| LCH | lch(33.3 63.6 324.9) |
| OKLCH | oklch(0.447 0.173 324.1) |
Copy-ready code
/* CSS */
color: #802489;
background-color: #802489;
/* Tailwind (arbitrary) */
class="text-[#802489] bg-[#802489]"
/* SCSS */
$brand: #802489;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.537)
/* Android */
Color.parseColor("#802489")Accessibility — WCAG contrast
Aa
#802489 on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#802489 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue53.7%
CMYK percentages
Cyan6.6%
Magenta73.7%
Yellow0.0%
Key (black)46.3%
Color previews
#802489 text on a black background
contrast 2.53:1
Card sample
#802489 text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802489;
Background color
Panel with #802489 background
background-color: #802489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802489; background: linear-gradient(135deg, #802489, #89244F);