#9268fd
a light, electric violet · warm · closest name: slateblue
RGB
146, 104, 253
HSL
257°, 97%, 70%
CMYK
42, 59, 0, 1
Luminance
0.2310
Every format
| HEX | #9268fd |
| RGB | rgb(146, 104, 253) |
| HSL | hsl(257, 97%, 70%) |
| CMYK | cmyk(42%, 59%, 0%, 1%) |
| LAB | lab(55.2 50.0 -68.8) |
| LCH | lch(55.2 85.0 306.0) |
| OKLCH | oklch(0.635 0.212 292.3) |
Copy-ready code
/* CSS */
color: #9268fd;
background-color: #9268fd;
/* Tailwind (arbitrary) */
class="text-[#9268fd] bg-[#9268fd]"
/* SCSS */
$brand: #9268fd;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#9268fd")Accessibility — WCAG contrast
Aa
#9268fd on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9268fd on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#9268fd text on a black background
contrast 5.62:1
Card sample
#9268fd text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9268fd;
Background color
Panel with #9268fd background
background-color: #9268fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9268fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9268fd; background: linear-gradient(135deg, #9268fd, #F568FD);