#9b65cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
155, 101, 207
HSL
271°, 53%, 60%
CMYK
25, 51, 0, 19
Luminance
0.2078
Every format
| HEX | #9b65cf |
| RGB | rgb(155, 101, 207) |
| HSL | hsl(271, 53%, 60%) |
| CMYK | cmyk(25%, 51%, 0%, 19%) |
| LAB | lab(52.7 42.1 -46.8) |
| LCH | lch(52.7 63.0 312.0) |
| OKLCH | oklch(0.610 0.162 305.7) |
Copy-ready code
/* CSS */
color: #9b65cf;
background-color: #9b65cf;
/* Tailwind (arbitrary) */
class="text-[#9b65cf] bg-[#9b65cf]"
/* SCSS */
$brand: #9b65cf;
/* SwiftUI */
Color(red: 0.608, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#9b65cf")Accessibility — WCAG contrast
Aa
#9b65cf on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b65cf on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green39.6%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta51.2%
Yellow0.0%
Key (black)18.8%
Color previews
#9b65cf text on a black background
contrast 5.16:1
Card sample
#9b65cf text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b65cf;
Background color
Panel with #9b65cf background
background-color: #9b65cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b65cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b65cf; background: linear-gradient(135deg, #9b65cf, #CF65BC);