#9850df
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 80, 223
HSL
270°, 69%, 59%
CMYK
32, 64, 0, 13
Luminance
0.1774
Every format
| HEX | #9850df |
| RGB | rgb(152, 80, 223) |
| HSL | hsl(270, 69%, 59%) |
| CMYK | cmyk(32%, 64%, 0%, 13%) |
| LAB | lab(49.2 56.2 -61.6) |
| LCH | lch(49.2 83.4 312.4) |
| OKLCH | oklch(0.586 0.210 303.7) |
Copy-ready code
/* CSS */
color: #9850df;
background-color: #9850df;
/* Tailwind (arbitrary) */
class="text-[#9850df] bg-[#9850df]"
/* SCSS */
$brand: #9850df;
/* SwiftUI */
Color(red: 0.596, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#9850df")Accessibility — WCAG contrast
Aa
#9850df on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9850df on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green31.4%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9850df text on a black background
contrast 4.55:1
Card sample
#9850df text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9850df;
Background color
Panel with #9850df background
background-color: #9850df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9850df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9850df; background: linear-gradient(135deg, #9850df, #DF50C7);