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