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