#9744fd
a balanced, electric violet · warm · closest name: blue
RGB
151, 68, 253
HSL
267°, 98%, 63%
CMYK
40, 73, 0, 1
Luminance
0.1781
Every format
| HEX | #9744fd |
| RGB | rgb(151, 68, 253) |
| HSL | hsl(267, 98%, 63%) |
| CMYK | cmyk(40%, 73%, 0%, 1%) |
| LAB | lab(49.3 68.5 -78.3) |
| LCH | lch(49.3 104.1 311.2) |
| OKLCH | oklch(0.593 0.255 298.6) |
Copy-ready code
/* CSS */
color: #9744fd;
background-color: #9744fd;
/* Tailwind (arbitrary) */
class="text-[#9744fd] bg-[#9744fd]"
/* SCSS */
$brand: #9744fd;
/* SwiftUI */
Color(red: 0.592, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#9744fd")Accessibility — WCAG contrast
Aa
#9744fd on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9744fd on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green26.7%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#9744fd text on a black background
contrast 4.56:1
Card sample
#9744fd text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9744fd;
Background color
Panel with #9744fd background
background-color: #9744fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9744fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9744fd; background: linear-gradient(135deg, #9744fd, #FD44E8);