#50006f
a deep, electric violet · warm · closest name: indigo
RGB
80, 0, 111
HSL
283°, 100%, 22%
CMYK
28, 100, 0, 57
Luminance
0.0285
Every format
| HEX | #50006f |
| RGB | rgb(80, 0, 111) |
| HSL | hsl(283, 100%, 22%) |
| CMYK | cmyk(28%, 100%, 0%, 57%) |
| LAB | lab(19.4 48.2 -42.8) |
| LCH | lch(19.4 64.5 318.4) |
| OKLCH | oklch(0.328 0.164 312.2) |
Copy-ready code
/* CSS */
color: #50006f;
background-color: #50006f;
/* Tailwind (arbitrary) */
class="text-[#50006f] bg-[#50006f]"
/* SCSS */
$brand: #50006f;
/* SwiftUI */
Color(red: 0.314, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#50006f")Accessibility — WCAG contrast
Aa
#50006f on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#50006f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.0%
Blue43.5%
CMYK percentages
Cyan27.9%
Magenta100.0%
Yellow0.0%
Key (black)56.5%
Color previews
#50006f text on a black background
contrast 1.57:1
Card sample
#50006f text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50006f;
Background color
Panel with #50006f background
background-color: #50006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50006f; background: linear-gradient(135deg, #50006f, #6F0044);