#8250cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 80, 205
HSL
264°, 56%, 56%
CMYK
37, 61, 0, 20
Luminance
0.1489
Every format
| HEX | #8250cd |
| RGB | rgb(130, 80, 205) |
| HSL | hsl(264, 56%, 56%) |
| CMYK | cmyk(37%, 61%, 0%, 20%) |
| LAB | lab(45.5 47.0 -57.4) |
| LCH | lch(45.5 74.2 309.3) |
| OKLCH | oklch(0.550 0.186 298.5) |
Copy-ready code
/* CSS */
color: #8250cd;
background-color: #8250cd;
/* Tailwind (arbitrary) */
class="text-[#8250cd] bg-[#8250cd]"
/* SCSS */
$brand: #8250cd;
/* SwiftUI */
Color(red: 0.510, green: 0.314, blue: 0.804)
/* Android */
Color.parseColor("#8250cd")Accessibility — WCAG contrast
Aa
#8250cd on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8250cd on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green31.4%
Blue80.4%
CMYK percentages
Cyan36.6%
Magenta61.0%
Yellow0.0%
Key (black)19.6%
Color previews
#8250cd text on a black background
contrast 3.98:1
Card sample
#8250cd text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8250cd;
Background color
Panel with #8250cd background
background-color: #8250cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8250cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 80, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 80, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8250cd; background: linear-gradient(135deg, #8250cd, #CD50C5);