#9c69cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
156, 105, 207
HSL
270°, 52%, 61%
CMYK
25, 49, 0, 19
Luminance
0.2168
Every format
| HEX | #9c69cf |
| RGB | rgb(156, 105, 207) |
| HSL | hsl(270, 52%, 61%) |
| CMYK | cmyk(25%, 49%, 0%, 19%) |
| LAB | lab(53.7 40.2 -45.3) |
| LCH | lch(53.7 60.5 311.6) |
| OKLCH | oklch(0.617 0.156 305.4) |
Copy-ready code
/* CSS */
color: #9c69cf;
background-color: #9c69cf;
/* Tailwind (arbitrary) */
class="text-[#9c69cf] bg-[#9c69cf]"
/* SCSS */
$brand: #9c69cf;
/* SwiftUI */
Color(red: 0.612, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#9c69cf")Accessibility — WCAG contrast
Aa
#9c69cf on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c69cf on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green41.2%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta49.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9c69cf text on a black background
contrast 5.34:1
Card sample
#9c69cf text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c69cf;
Background color
Panel with #9c69cf background
background-color: #9c69cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c69cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c69cf; background: linear-gradient(135deg, #9c69cf, #CF69BE);