#9840df
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 64, 223
HSL
273°, 71%, 56%
CMYK
32, 71, 0, 13
Luminance
0.1567
Every format
| HEX | #9840df |
| RGB | rgb(152, 64, 223) |
| HSL | hsl(273, 71%, 56%) |
| CMYK | cmyk(32%, 71%, 0%, 13%) |
| LAB | lab(46.5 63.5 -65.9) |
| LCH | lch(46.5 91.5 314.0) |
| OKLCH | oklch(0.567 0.230 305.4) |
Copy-ready code
/* CSS */
color: #9840df;
background-color: #9840df;
/* Tailwind (arbitrary) */
class="text-[#9840df] bg-[#9840df]"
/* SCSS */
$brand: #9840df;
/* SwiftUI */
Color(red: 0.596, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#9840df")Accessibility — WCAG contrast
Aa
#9840df on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9840df on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green25.1%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9840df text on a black background
contrast 4.13:1
Card sample
#9840df text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9840df;
Background color
Panel with #9840df background
background-color: #9840df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9840df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9840df; background: linear-gradient(135deg, #9840df, #DF40BC);