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