#8239df
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 57, 223
HSL
266°, 72%, 55%
CMYK
42, 74, 0, 13
Luminance
0.1300
Every format
| HEX | #8239df |
| RGB | rgb(130, 57, 223) |
| HSL | hsl(266, 72%, 55%) |
| CMYK | cmyk(42%, 74%, 0%, 13%) |
| LAB | lab(42.8 62.7 -72.2) |
| LCH | lch(42.8 95.6 311.0) |
| OKLCH | oklch(0.535 0.234 297.9) |
Copy-ready code
/* CSS */
color: #8239df;
background-color: #8239df;
/* Tailwind (arbitrary) */
class="text-[#8239df] bg-[#8239df]"
/* SCSS */
$brand: #8239df;
/* SwiftUI */
Color(red: 0.510, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#8239df")Accessibility — WCAG contrast
Aa
#8239df on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8239df on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green22.4%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta74.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8239df text on a black background
contrast 3.60:1
Card sample
#8239df text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8239df;
Background color
Panel with #8239df background
background-color: #8239df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8239df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8239df; background: linear-gradient(135deg, #8239df, #DF39CD);