#9840af
a balanced, vivid violet · warm · closest name: purple
RGB
152, 64, 175
HSL
288°, 46%, 47%
CMYK
13, 63, 0, 31
Luminance
0.1344
Every format
| HEX | #9840af |
| RGB | rgb(152, 64, 175) |
| HSL | hsl(288, 46%, 47%) |
| CMYK | cmyk(13%, 63%, 0%, 31%) |
| LAB | lab(43.4 53.3 -43.1) |
| LCH | lch(43.4 68.5 321.0) |
| OKLCH | oklch(0.535 0.183 318.7) |
Copy-ready code
/* CSS */
color: #9840af;
background-color: #9840af;
/* Tailwind (arbitrary) */
class="text-[#9840af] bg-[#9840af]"
/* SCSS */
$brand: #9840af;
/* SwiftUI */
Color(red: 0.596, green: 0.251, blue: 0.686)
/* Android */
Color.parseColor("#9840af")Accessibility — WCAG contrast
Aa
#9840af on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9840af on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green25.1%
Blue68.6%
CMYK percentages
Cyan13.1%
Magenta63.4%
Yellow0.0%
Key (black)31.4%
Color previews
#9840af text on a black background
contrast 3.69:1
Card sample
#9840af text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9840af;
Background color
Panel with #9840af background
background-color: #9840af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9840af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 64, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 64, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9840af; background: linear-gradient(135deg, #9840af, #AF407C);