#9451df
a balanced, vivid violet · warm · closest name: slateblue
RGB
148, 81, 223
HSL
268°, 69%, 60%
CMYK
34, 64, 0, 13
Luminance
0.1751
Every format
| HEX | #9451df |
| RGB | rgb(148, 81, 223) |
| HSL | hsl(268, 69%, 60%) |
| CMYK | cmyk(34%, 64%, 0%, 13%) |
| LAB | lab(48.9 54.8 -62.1) |
| LCH | lch(48.9 82.8 311.4) |
| OKLCH | oklch(0.583 0.208 302.0) |
Copy-ready code
/* CSS */
color: #9451df;
background-color: #9451df;
/* Tailwind (arbitrary) */
class="text-[#9451df] bg-[#9451df]"
/* SCSS */
$brand: #9451df;
/* SwiftUI */
Color(red: 0.580, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#9451df")Accessibility — WCAG contrast
Aa
#9451df on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9451df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green31.8%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta63.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9451df text on a black background
contrast 4.50:1
Card sample
#9451df text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9451df;
Background color
Panel with #9451df background
background-color: #9451df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9451df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9451df; background: linear-gradient(135deg, #9451df, #DF51CB);