#80309c
a dark, vivid violet · warm · closest name: purple
RGB
128, 48, 156
HSL
284°, 53%, 40%
CMYK
18, 69, 0, 39
Luminance
0.0910
Every format
| HEX | #80309c |
| RGB | rgb(128, 48, 156) |
| HSL | hsl(284, 53%, 40%) |
| CMYK | cmyk(18%, 69%, 0%, 39%) |
| LAB | lab(36.2 50.9 -43.5) |
| LCH | lch(36.2 67.0 319.5) |
| OKLCH | oklch(0.472 0.176 316.0) |
Copy-ready code
/* CSS */
color: #80309c;
background-color: #80309c;
/* Tailwind (arbitrary) */
class="text-[#80309c] bg-[#80309c]"
/* SCSS */
$brand: #80309c;
/* SwiftUI */
Color(red: 0.502, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#80309c")Accessibility — WCAG contrast
Aa
#80309c on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#80309c on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green18.8%
Blue61.2%
CMYK percentages
Cyan17.9%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#80309c text on a black background
contrast 2.82:1
Card sample
#80309c text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80309c;
Background color
Panel with #80309c background
background-color: #80309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80309c; background: linear-gradient(135deg, #80309c, #9C3070);