#9f2fdb
a balanced, vivid violet · warm · closest name: magenta
RGB
159, 47, 219
HSL
279°, 71%, 52%
CMYK
27, 79, 0, 14
Luminance
0.1452
Every format
| HEX | #9f2fdb |
| RGB | rgb(159, 47, 219) |
| HSL | hsl(279, 71%, 52%) |
| CMYK | cmyk(27%, 79%, 0%, 14%) |
| LAB | lab(45.0 70.3 -66.1) |
| LCH | lch(45.0 96.5 316.8) |
| OKLCH | oklch(0.557 0.245 310.1) |
Copy-ready code
/* CSS */
color: #9f2fdb;
background-color: #9f2fdb;
/* Tailwind (arbitrary) */
class="text-[#9f2fdb] bg-[#9f2fdb]"
/* SCSS */
$brand: #9f2fdb;
/* SwiftUI */
Color(red: 0.624, green: 0.184, blue: 0.859)
/* Android */
Color.parseColor("#9f2fdb")Accessibility — WCAG contrast
Aa
#9f2fdb on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f2fdb on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green18.4%
Blue85.9%
CMYK percentages
Cyan27.4%
Magenta78.5%
Yellow0.0%
Key (black)14.1%
Color previews
#9f2fdb text on a black background
contrast 3.90:1
Card sample
#9f2fdb text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f2fdb;
Background color
Panel with #9f2fdb background
background-color: #9f2fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f2fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 47, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 47, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f2fdb; background: linear-gradient(135deg, #9f2fdb, #DB2FA4);