#9840fd
a balanced, electric violet · warm · closest name: blue
RGB
152, 64, 253
HSL
268°, 98%, 62%
CMYK
40, 75, 0, 1
Luminance
0.1743
Every format
| HEX | #9840fd |
| RGB | rgb(152, 64, 253) |
| HSL | hsl(268, 98%, 62%) |
| CMYK | cmyk(40%, 75%, 0%, 1%) |
| LAB | lab(48.8 70.3 -79.1) |
| LCH | lch(48.8 105.8 311.7) |
| OKLCH | oklch(0.590 0.259 299.3) |
Copy-ready code
/* CSS */
color: #9840fd;
background-color: #9840fd;
/* Tailwind (arbitrary) */
class="text-[#9840fd] bg-[#9840fd]"
/* SCSS */
$brand: #9840fd;
/* SwiftUI */
Color(red: 0.596, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#9840fd")Accessibility — WCAG contrast
Aa
#9840fd on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9840fd on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green25.1%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#9840fd text on a black background
contrast 4.49:1
Card sample
#9840fd text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9840fd;
Background color
Panel with #9840fd background
background-color: #9840fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9840fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9840fd; background: linear-gradient(135deg, #9840fd, #FD40E4);