#9268ab
a balanced, soft violet · warm · closest name: plum
RGB
146, 104, 171
HSL
278°, 29%, 54%
CMYK
15, 39, 0, 33
Luminance
0.1895
Every format
| HEX | #9268ab |
| RGB | rgb(146, 104, 171) |
| HSL | hsl(278, 29%, 54%) |
| CMYK | cmyk(15%, 39%, 0%, 33%) |
| LAB | lab(50.6 29.5 -29.4) |
| LCH | lch(50.6 41.7 315.1) |
| OKLCH | oklch(0.586 0.110 312.1) |
Copy-ready code
/* CSS */
color: #9268ab;
background-color: #9268ab;
/* Tailwind (arbitrary) */
class="text-[#9268ab] bg-[#9268ab]"
/* SCSS */
$brand: #9268ab;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.671)
/* Android */
Color.parseColor("#9268ab")Accessibility — WCAG contrast
Aa
#9268ab on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9268ab on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue67.1%
CMYK percentages
Cyan14.6%
Magenta39.2%
Yellow0.0%
Key (black)32.9%
Color previews
#9268ab text on a black background
contrast 4.79:1
Card sample
#9268ab text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9268ab;
Background color
Panel with #9268ab background
background-color: #9268ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9268ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9268ab; background: linear-gradient(135deg, #9268ab, #AB6897);