#9150df
a balanced, vivid violet · warm · closest name: slateblue
RGB
145, 80, 223
HSL
267°, 69%, 59%
CMYK
35, 64, 0, 13
Luminance
0.1708
Every format
| HEX | #9150df |
| RGB | rgb(145, 80, 223) |
| HSL | hsl(267, 69%, 59%) |
| CMYK | cmyk(35%, 64%, 0%, 13%) |
| LAB | lab(48.4 54.7 -63.0) |
| LCH | lch(48.4 83.4 311.0) |
| OKLCH | oklch(0.579 0.209 300.9) |
Copy-ready code
/* CSS */
color: #9150df;
background-color: #9150df;
/* Tailwind (arbitrary) */
class="text-[#9150df] bg-[#9150df]"
/* SCSS */
$brand: #9150df;
/* SwiftUI */
Color(red: 0.569, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#9150df")Accessibility — WCAG contrast
Aa
#9150df on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9150df on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green31.4%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9150df text on a black background
contrast 4.42:1
Card sample
#9150df text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9150df;
Background color
Panel with #9150df background
background-color: #9150df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9150df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9150df; background: linear-gradient(135deg, #9150df, #DF50CE);