#9739fd
a balanced, electric violet · warm · closest name: blue
RGB
151, 57, 253
HSL
269°, 98%, 61%
CMYK
40, 78, 0, 1
Luminance
0.1660
Every format
| HEX | #9739fd |
| RGB | rgb(151, 57, 253) |
| HSL | hsl(269, 98%, 61%) |
| CMYK | cmyk(40%, 78%, 0%, 1%) |
| LAB | lab(47.8 72.9 -80.8) |
| LCH | lch(47.8 108.8 312.0) |
| OKLCH | oklch(0.583 0.266 299.5) |
Copy-ready code
/* CSS */
color: #9739fd;
background-color: #9739fd;
/* Tailwind (arbitrary) */
class="text-[#9739fd] bg-[#9739fd]"
/* SCSS */
$brand: #9739fd;
/* SwiftUI */
Color(red: 0.592, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#9739fd")Accessibility — WCAG contrast
Aa
#9739fd on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9739fd on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green22.4%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9739fd text on a black background
contrast 4.32:1
Card sample
#9739fd text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9739fd;
Background color
Panel with #9739fd background
background-color: #9739fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9739fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9739fd; background: linear-gradient(135deg, #9739fd, #FD39E0);