#9268c3
a balanced, soft violet · warm · closest name: slateblue
RGB
146, 104, 195
HSL
268°, 43%, 59%
CMYK
25, 47, 0, 24
Luminance
0.1995
Every format
| HEX | #9268c3 |
| RGB | rgb(146, 104, 195) |
| HSL | hsl(268, 43%, 59%) |
| CMYK | cmyk(25%, 47%, 0%, 24%) |
| LAB | lab(51.8 35.1 -41.5) |
| LCH | lch(51.8 54.4 310.2) |
| OKLCH | oklch(0.599 0.140 303.8) |
Copy-ready code
/* CSS */
color: #9268c3;
background-color: #9268c3;
/* Tailwind (arbitrary) */
class="text-[#9268c3] bg-[#9268c3]"
/* SCSS */
$brand: #9268c3;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.765)
/* Android */
Color.parseColor("#9268c3")Accessibility — WCAG contrast
Aa
#9268c3 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9268c3 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue76.5%
CMYK percentages
Cyan25.1%
Magenta46.7%
Yellow0.0%
Key (black)23.5%
Color previews
#9268c3 text on a black background
contrast 4.99:1
Card sample
#9268c3 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9268c3;
Background color
Panel with #9268c3 background
background-color: #9268c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9268c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9268c3; background: linear-gradient(135deg, #9268c3, #C368B7);