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