#9244cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 68, 207
HSL
274°, 59%, 54%
CMYK
30, 67, 0, 19
Luminance
0.1475
Every format
| HEX | #9244cf |
| RGB | rgb(146, 68, 207) |
| HSL | hsl(274, 59%, 54%) |
| CMYK | cmyk(30%, 67%, 0%, 19%) |
| LAB | lab(45.3 57.0 -58.8) |
| LCH | lch(45.3 81.8 314.1) |
| OKLCH | oklch(0.553 0.207 306.5) |
Copy-ready code
/* CSS */
color: #9244cf;
background-color: #9244cf;
/* Tailwind (arbitrary) */
class="text-[#9244cf] bg-[#9244cf]"
/* SCSS */
$brand: #9244cf;
/* SwiftUI */
Color(red: 0.573, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#9244cf")Accessibility — WCAG contrast
Aa
#9244cf on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9244cf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green26.7%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#9244cf text on a black background
contrast 3.95:1
Card sample
#9244cf text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9244cf;
Background color
Panel with #9244cf background
background-color: #9244cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9244cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9244cf; background: linear-gradient(135deg, #9244cf, #CF44AF);