#9744cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 68, 207
HSL
276°, 59%, 54%
CMYK
27, 67, 0, 19
Luminance
0.1522
Every format
| HEX | #9744cf |
| RGB | rgb(151, 68, 207) |
| HSL | hsl(276, 59%, 54%) |
| CMYK | cmyk(27%, 67%, 0%, 19%) |
| LAB | lab(45.9 58.0 -57.7) |
| LCH | lch(45.9 81.8 315.1) |
| OKLCH | oklch(0.559 0.209 308.5) |
Copy-ready code
/* CSS */
color: #9744cf;
background-color: #9744cf;
/* Tailwind (arbitrary) */
class="text-[#9744cf] bg-[#9744cf]"
/* SCSS */
$brand: #9744cf;
/* SwiftUI */
Color(red: 0.592, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#9744cf")Accessibility — WCAG contrast
Aa
#9744cf on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9744cf on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green26.7%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#9744cf text on a black background
contrast 4.04:1
Card sample
#9744cf text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9744cf;
Background color
Panel with #9744cf background
background-color: #9744cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9744cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9744cf; background: linear-gradient(135deg, #9744cf, #CF44AA);