#802479
a dark, vivid magenta / pink · warm · closest name: purple
RGB
128, 36, 121
HSL
305°, 56%, 32%
CMYK
0, 72, 6, 50
Luminance
0.0723
Every format
| HEX | #802479 |
| RGB | rgb(128, 36, 121) |
| HSL | hsl(305, 56%, 32%) |
| CMYK | cmyk(0%, 72%, 6%, 50%) |
| LAB | lab(32.3 49.2 -28.0) |
| LCH | lch(32.3 56.6 330.3) |
| OKLCH | oklch(0.438 0.160 331.2) |
Copy-ready code
/* CSS */
color: #802479;
background-color: #802479;
/* Tailwind (arbitrary) */
class="text-[#802479] bg-[#802479]"
/* SCSS */
$brand: #802479;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.475)
/* Android */
Color.parseColor("#802479")Accessibility — WCAG contrast
Aa
#802479 on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#802479 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow5.5%
Key (black)49.8%
Color previews
#802479 text on a black background
contrast 2.45:1
Card sample
#802479 text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802479;
Background color
Panel with #802479 background
background-color: #802479;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802479;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802479; background: linear-gradient(135deg, #802479, #80243C);