#9268cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 104, 207
HSL
265°, 52%, 61%
CMYK
30, 50, 0, 19
Luminance
0.2052
Every format
| HEX | #9268cf |
| RGB | rgb(146, 104, 207) |
| HSL | hsl(265, 52%, 61%) |
| CMYK | cmyk(30%, 50%, 0%, 19%) |
| LAB | lab(52.4 38.0 -47.4) |
| LCH | lch(52.4 60.8 308.8) |
| OKLCH | oklch(0.606 0.155 300.7) |
Copy-ready code
/* CSS */
color: #9268cf;
background-color: #9268cf;
/* Tailwind (arbitrary) */
class="text-[#9268cf] bg-[#9268cf]"
/* SCSS */
$brand: #9268cf;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.812)
/* Android */
Color.parseColor("#9268cf")Accessibility — WCAG contrast
Aa
#9268cf on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9268cf on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta49.8%
Yellow0.0%
Key (black)18.8%
Color previews
#9268cf text on a black background
contrast 5.10:1
Card sample
#9268cf text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9268cf;
Background color
Panel with #9268cf background
background-color: #9268cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9268cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9268cf; background: linear-gradient(135deg, #9268cf, #CF68C7);