#9733fd
a balanced, electric violet · warm · closest name: blue
RGB
151, 51, 253
HSL
270°, 98%, 60%
CMYK
40, 80, 0, 1
Luminance
0.1604
Every format
| HEX | #9733fd |
| RGB | rgb(151, 51, 253) |
| HSL | hsl(270, 98%, 60%) |
| CMYK | cmyk(40%, 80%, 0%, 1%) |
| LAB | lab(47.0 75.0 -82.0) |
| LCH | lch(47.0 111.1 312.4) |
| OKLCH | oklch(0.578 0.271 300.0) |
Copy-ready code
/* CSS */
color: #9733fd;
background-color: #9733fd;
/* Tailwind (arbitrary) */
class="text-[#9733fd] bg-[#9733fd]"
/* SCSS */
$brand: #9733fd;
/* SwiftUI */
Color(red: 0.592, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#9733fd")Accessibility — WCAG contrast
Aa
#9733fd on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9733fd on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.0%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9733fd text on a black background
contrast 4.21:1
Card sample
#9733fd text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9733fd;
Background color
Panel with #9733fd background
background-color: #9733fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9733fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9733fd; background: linear-gradient(135deg, #9733fd, #FD33DC);