#9f79e2
a light, vivid violet · warm · closest name: slateblue
RGB
159, 121, 226
HSL
262°, 64%, 68%
CMYK
30, 47, 0, 11
Luminance
0.2654
Every format
| HEX | #9f79e2 |
| RGB | rgb(159, 121, 226) |
| HSL | hsl(262, 64%, 68%) |
| CMYK | cmyk(30%, 47%, 0%, 11%) |
| LAB | lab(58.5 36.6 -48.3) |
| LCH | lch(58.5 60.6 307.2) |
| OKLCH | oklch(0.657 0.155 298.8) |
Copy-ready code
/* CSS */
color: #9f79e2;
background-color: #9f79e2;
/* Tailwind (arbitrary) */
class="text-[#9f79e2] bg-[#9f79e2]"
/* SCSS */
$brand: #9f79e2;
/* SwiftUI */
Color(red: 0.624, green: 0.475, blue: 0.886)
/* Android */
Color.parseColor("#9f79e2")Accessibility — WCAG contrast
Aa
#9f79e2 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f79e2 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green47.5%
Blue88.6%
CMYK percentages
Cyan29.6%
Magenta46.5%
Yellow0.0%
Key (black)11.4%
Color previews
#9f79e2 text on a black background
contrast 6.31:1
Card sample
#9f79e2 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f79e2;
Background color
Panel with #9f79e2 background
background-color: #9f79e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f79e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 121, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 121, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f79e2; background: linear-gradient(135deg, #9f79e2, #E279DF);