#9963cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 99, 207
HSL
270°, 53%, 60%
CMYK
26, 52, 0, 19
Luminance
0.2020
Every format
| HEX | #9963cf |
| RGB | rgb(153, 99, 207) |
| HSL | hsl(270, 53%, 60%) |
| CMYK | cmyk(26%, 52%, 0%, 19%) |
| LAB | lab(52.1 42.7 -47.9) |
| LCH | lch(52.1 64.1 311.7) |
| OKLCH | oklch(0.605 0.165 305.1) |
Copy-ready code
/* CSS */
color: #9963cf;
background-color: #9963cf;
/* Tailwind (arbitrary) */
class="text-[#9963cf] bg-[#9963cf]"
/* SCSS */
$brand: #9963cf;
/* SwiftUI */
Color(red: 0.600, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#9963cf")Accessibility — WCAG contrast
Aa
#9963cf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9963cf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green38.8%
Blue81.2%
CMYK percentages
Cyan26.1%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#9963cf text on a black background
contrast 5.04:1
Card sample
#9963cf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9963cf;
Background color
Panel with #9963cf background
background-color: #9963cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9963cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9963cf; background: linear-gradient(135deg, #9963cf, #CF63BD);