#9f2cd9
a balanced, vivid violet · warm · closest name: magenta
RGB
159, 44, 217
HSL
280°, 70%, 51%
CMYK
27, 80, 0, 15
Luminance
0.1418
Every format
| HEX | #9f2cd9 |
| RGB | rgb(159, 44, 217) |
| HSL | hsl(280, 70%, 51%) |
| CMYK | cmyk(27%, 80%, 0%, 15%) |
| LAB | lab(44.5 70.8 -65.7) |
| LCH | lch(44.5 96.6 317.1) |
| OKLCH | oklch(0.554 0.246 310.7) |
Copy-ready code
/* CSS */
color: #9f2cd9;
background-color: #9f2cd9;
/* Tailwind (arbitrary) */
class="text-[#9f2cd9] bg-[#9f2cd9]"
/* SCSS */
$brand: #9f2cd9;
/* SwiftUI */
Color(red: 0.624, green: 0.173, blue: 0.851)
/* Android */
Color.parseColor("#9f2cd9")Accessibility — WCAG contrast
Aa
#9f2cd9 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f2cd9 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green17.3%
Blue85.1%
CMYK percentages
Cyan26.7%
Magenta79.7%
Yellow0.0%
Key (black)14.9%
Color previews
#9f2cd9 text on a black background
contrast 3.84:1
Card sample
#9f2cd9 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f2cd9;
Background color
Panel with #9f2cd9 background
background-color: #9f2cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f2cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 44, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 44, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f2cd9; background: linear-gradient(135deg, #9f2cd9, #D92CA0);