#8243df
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 67, 223
HSL
264°, 71%, 57%
CMYK
42, 70, 0, 13
Luminance
0.1409
Every format
| HEX | #8243df |
| RGB | rgb(130, 67, 223) |
| HSL | hsl(264, 71%, 57%) |
| CMYK | cmyk(42%, 70%, 0%, 13%) |
| LAB | lab(44.4 58.2 -69.5) |
| LCH | lch(44.4 90.7 309.9) |
| OKLCH | oklch(0.546 0.223 296.8) |
Copy-ready code
/* CSS */
color: #8243df;
background-color: #8243df;
/* Tailwind (arbitrary) */
class="text-[#8243df] bg-[#8243df]"
/* SCSS */
$brand: #8243df;
/* SwiftUI */
Color(red: 0.510, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#8243df")Accessibility — WCAG contrast
Aa
#8243df on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8243df on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green26.3%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta70.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8243df text on a black background
contrast 3.82:1
Card sample
#8243df text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8243df;
Background color
Panel with #8243df background
background-color: #8243df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8243df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8243df; background: linear-gradient(135deg, #8243df, #DF43D4);