#500083
a dark, electric violet · warm · “indigo”
RGB
80, 0, 131
HSL
277°, 100%, 26%
CMYK
39, 100, 0, 49
Luminance
0.0334
Every format
| HEX | #500083 |
| RGB | rgb(80, 0, 131) |
| HSL | hsl(277, 100%, 26%) |
| CMYK | cmyk(39%, 100%, 0%, 49%) |
| LAB | lab(21.4 52.5 -52.4) |
| LCH | lch(21.4 74.2 315.0) |
| OKLCH | oklch(0.347 0.181 304.2) |
Copy-ready code
/* CSS */
color: #500083;
background-color: #500083;
/* Tailwind (arbitrary) */
class="text-[#500083] bg-[#500083]"
/* SCSS */
$brand: #500083;
/* SwiftUI */
Color(red: 0.314, green: 0.000, blue: 0.514)
/* Android */
Color.parseColor("#500083")Accessibility — WCAG contrast
Aa
#500083 on white: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500083 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.0%
Blue51.4%
CMYK percentages
Cyan38.9%
Magenta100.0%
Yellow0.0%
Key (black)48.6%
Color previews
#500083 text on a black background
contrast 1.67:1
Card sample
#500083 text on a white background
contrast 12.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500083;
Background color
Panel with #500083 background
background-color: #500083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 0, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 0, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500083; background: linear-gradient(135deg, #500083, #83005F);