#500cdf
a balanced, electric violet · warm · closest name: blue
RGB
80, 12, 223
HSL
259°, 90%, 46%
CMYK
64, 95, 0, 13
Luminance
0.0730
Every format
| HEX | #500cdf |
| RGB | rgb(80, 12, 223) |
| HSL | hsl(259, 90%, 46%) |
| CMYK | cmyk(64%, 95%, 0%, 13%) |
| LAB | lab(32.5 71.4 -89.3) |
| LCH | lch(32.5 114.4 308.7) |
| OKLCH | oklch(0.452 0.263 282.1) |
Copy-ready code
/* CSS */
color: #500cdf;
background-color: #500cdf;
/* Tailwind (arbitrary) */
class="text-[#500cdf] bg-[#500cdf]"
/* SCSS */
$brand: #500cdf;
/* SwiftUI */
Color(red: 0.314, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#500cdf")Accessibility — WCAG contrast
Aa
#500cdf on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500cdf on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green4.7%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#500cdf text on a black background
contrast 2.46:1
Card sample
#500cdf text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500cdf;
Background color
Panel with #500cdf background
background-color: #500cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500cdf; background: linear-gradient(135deg, #500cdf, #DD0CDF);