#9461df
a balanced, vivid violet · warm · closest name: slateblue
RGB
148, 97, 223
HSL
264°, 66%, 63%
CMYK
34, 57, 0, 13
Luminance
0.2017
Every format
| HEX | #9461df |
| RGB | rgb(148, 97, 223) |
| HSL | hsl(264, 66%, 63%) |
| CMYK | cmyk(34%, 57%, 0%, 13%) |
| LAB | lab(52.0 46.5 -57.0) |
| LCH | lch(52.0 73.6 309.2) |
| OKLCH | oklch(0.606 0.186 299.5) |
Copy-ready code
/* CSS */
color: #9461df;
background-color: #9461df;
/* Tailwind (arbitrary) */
class="text-[#9461df] bg-[#9461df]"
/* SCSS */
$brand: #9461df;
/* SwiftUI */
Color(red: 0.580, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#9461df")Accessibility — WCAG contrast
Aa
#9461df on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9461df on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green38.0%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9461df text on a black background
contrast 5.03:1
Card sample
#9461df text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9461df;
Background color
Panel with #9461df background
background-color: #9461df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9461df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9461df; background: linear-gradient(135deg, #9461df, #DF61D6);