#9f3daf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
159, 61, 175
HSL
292°, 48%, 46%
CMYK
9, 65, 0, 31
Luminance
0.1380
Every format
| HEX | #9f3daf |
| RGB | rgb(159, 61, 175) |
| HSL | hsl(292, 48%, 46%) |
| CMYK | cmyk(9%, 65%, 0%, 31%) |
| LAB | lab(44.0 56.3 -42.2) |
| LCH | lch(44.0 70.4 323.2) |
| OKLCH | oklch(0.541 0.190 321.8) |
Copy-ready code
/* CSS */
color: #9f3daf;
background-color: #9f3daf;
/* Tailwind (arbitrary) */
class="text-[#9f3daf] bg-[#9f3daf]"
/* SCSS */
$brand: #9f3daf;
/* SwiftUI */
Color(red: 0.624, green: 0.239, blue: 0.686)
/* Android */
Color.parseColor("#9f3daf")Accessibility — WCAG contrast
Aa
#9f3daf on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f3daf on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green23.9%
Blue68.6%
CMYK percentages
Cyan9.1%
Magenta65.1%
Yellow0.0%
Key (black)31.4%
Color previews
#9f3daf text on a black background
contrast 3.76:1
Card sample
#9f3daf text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f3daf;
Background color
Panel with #9f3daf background
background-color: #9f3daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f3daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 61, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 61, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f3daf; background: linear-gradient(135deg, #9f3daf, #AF3D73);