#800c98
a dark, electric violet · warm · closest name: purple
RGB
128, 12, 152
HSL
290°, 85%, 32%
CMYK
16, 92, 0, 40
Luminance
0.0712
Every format
| HEX | #800c98 |
| RGB | rgb(128, 12, 152) |
| HSL | hsl(290, 85%, 32%) |
| CMYK | cmyk(16%, 92%, 0%, 40%) |
| LAB | lab(32.1 61.2 -47.7) |
| LCH | lch(32.1 77.5 322.1) |
| OKLCH | oklch(0.442 0.205 319.2) |
Copy-ready code
/* CSS */
color: #800c98;
background-color: #800c98;
/* Tailwind (arbitrary) */
class="text-[#800c98] bg-[#800c98]"
/* SCSS */
$brand: #800c98;
/* SwiftUI */
Color(red: 0.502, green: 0.047, blue: 0.596)
/* Android */
Color.parseColor("#800c98")Accessibility — WCAG contrast
Aa
#800c98 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800c98 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green4.7%
Blue59.6%
CMYK percentages
Cyan15.8%
Magenta92.1%
Yellow0.0%
Key (black)40.4%
Color previews
#800c98 text on a black background
contrast 2.42:1
Card sample
#800c98 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800c98;
Background color
Panel with #800c98 background
background-color: #800c98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800c98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 12, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 12, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800c98; background: linear-gradient(135deg, #800c98, #980C53);