#802485
a dark, vivid magenta / pink · warm · closest name: purple
RGB
128, 36, 133
HSL
297°, 57%, 33%
CMYK
4, 73, 0, 48
Luminance
0.0754
Every format
| HEX | #802485 |
| RGB | rgb(128, 36, 133) |
| HSL | hsl(297, 57%, 33%) |
| CMYK | cmyk(4%, 73%, 0%, 48%) |
| LAB | lab(33.0 51.3 -34.5) |
| LCH | lch(33.0 61.8 326.1) |
| OKLCH | oklch(0.445 0.170 325.7) |
Copy-ready code
/* CSS */
color: #802485;
background-color: #802485;
/* Tailwind (arbitrary) */
class="text-[#802485] bg-[#802485]"
/* SCSS */
$brand: #802485;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.522)
/* Android */
Color.parseColor("#802485")Accessibility — WCAG contrast
Aa
#802485 on white: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#802485 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue52.2%
CMYK percentages
Cyan3.8%
Magenta72.9%
Yellow0.0%
Key (black)47.8%
Color previews
#802485 text on a black background
contrast 2.51:1
Card sample
#802485 text on a white background
contrast 8.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802485;
Background color
Panel with #802485 background
background-color: #802485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802485; background: linear-gradient(135deg, #802485, #852449);