#9268ee
a light, electric violet · warm · closest name: slateblue
RGB
146, 104, 238
HSL
259°, 80%, 67%
CMYK
39, 56, 0, 7
Luminance
0.2218
Every format
| HEX | #9268ee |
| RGB | rgb(146, 104, 238) |
| HSL | hsl(259, 80%, 67%) |
| CMYK | cmyk(39%, 56%, 0%, 7%) |
| LAB | lab(54.2 46.0 -62.0) |
| LCH | lch(54.2 77.2 306.6) |
| OKLCH | oklch(0.625 0.194 294.6) |
Copy-ready code
/* CSS */
color: #9268ee;
background-color: #9268ee;
/* Tailwind (arbitrary) */
class="text-[#9268ee] bg-[#9268ee]"
/* SCSS */
$brand: #9268ee;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.933)
/* Android */
Color.parseColor("#9268ee")Accessibility — WCAG contrast
Aa
#9268ee on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9268ee on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue93.3%
CMYK percentages
Cyan38.7%
Magenta56.3%
Yellow0.0%
Key (black)6.7%
Color previews
#9268ee text on a black background
contrast 5.44:1
Card sample
#9268ee text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9268ee;
Background color
Panel with #9268ee background
background-color: #9268ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9268ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9268ee; background: linear-gradient(135deg, #9268ee, #EB68EE);