#9c65df
a balanced, vivid violet · warm · closest name: slateblue
RGB
156, 101, 223
HSL
267°, 66%, 64%
CMYK
30, 55, 0, 13
Luminance
0.2170
Every format
| HEX | #9c65df |
| RGB | rgb(156, 101, 223) |
| HSL | hsl(267, 66%, 64%) |
| CMYK | cmyk(30%, 55%, 0%, 13%) |
| LAB | lab(53.7 46.2 -54.3) |
| LCH | lch(53.7 71.3 310.4) |
| OKLCH | oklch(0.620 0.181 302.2) |
Copy-ready code
/* CSS */
color: #9c65df;
background-color: #9c65df;
/* Tailwind (arbitrary) */
class="text-[#9c65df] bg-[#9c65df]"
/* SCSS */
$brand: #9c65df;
/* SwiftUI */
Color(red: 0.612, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#9c65df")Accessibility — WCAG contrast
Aa
#9c65df on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c65df on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green39.6%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9c65df text on a black background
contrast 5.34:1
Card sample
#9c65df text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c65df;
Background color
Panel with #9c65df background
background-color: #9c65df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c65df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c65df; background: linear-gradient(135deg, #9c65df, #DF65D1);