#8249df
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 73, 223
HSL
263°, 70%, 58%
CMYK
42, 67, 0, 13
Luminance
0.1484
Every format
| HEX | #8249df |
| RGB | rgb(130, 73, 223) |
| HSL | hsl(263, 70%, 58%) |
| CMYK | cmyk(42%, 67%, 0%, 13%) |
| LAB | lab(45.4 55.2 -67.8) |
| LCH | lch(45.4 87.5 309.2) |
| OKLCH | oklch(0.554 0.216 296.0) |
Copy-ready code
/* CSS */
color: #8249df;
background-color: #8249df;
/* Tailwind (arbitrary) */
class="text-[#8249df] bg-[#8249df]"
/* SCSS */
$brand: #8249df;
/* SwiftUI */
Color(red: 0.510, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#8249df")Accessibility — WCAG contrast
Aa
#8249df on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8249df on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green28.6%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8249df text on a black background
contrast 3.97:1
Card sample
#8249df text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8249df;
Background color
Panel with #8249df background
background-color: #8249df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8249df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8249df; background: linear-gradient(135deg, #8249df, #DF49D8);