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