#9451f2
a balanced, electric violet · warm · closest name: slateblue
RGB
148, 81, 242
HSL
265°, 86%, 63%
CMYK
39, 67, 0, 5
Luminance
0.1859
Every format
| HEX | #9451f2 |
| RGB | rgb(148, 81, 242) |
| HSL | hsl(265, 86%, 63%) |
| CMYK | cmyk(39%, 67%, 0%, 5%) |
| LAB | lab(50.2 59.5 -70.7) |
| LCH | lch(50.2 92.4 310.1) |
| OKLCH | oklch(0.597 0.229 298.2) |
Copy-ready code
/* CSS */
color: #9451f2;
background-color: #9451f2;
/* Tailwind (arbitrary) */
class="text-[#9451f2] bg-[#9451f2]"
/* SCSS */
$brand: #9451f2;
/* SwiftUI */
Color(red: 0.580, green: 0.318, blue: 0.949)
/* Android */
Color.parseColor("#9451f2")Accessibility — WCAG contrast
Aa
#9451f2 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9451f2 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green31.8%
Blue94.9%
CMYK percentages
Cyan38.8%
Magenta66.5%
Yellow0.0%
Key (black)5.1%
Color previews
#9451f2 text on a black background
contrast 4.72:1
Card sample
#9451f2 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9451f2;
Background color
Panel with #9451f2 background
background-color: #9451f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9451f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 81, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 81, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9451f2; background: linear-gradient(135deg, #9451f2, #F251E5);