#9f79df
a light, vivid violet · warm · closest name: slateblue
RGB
159, 121, 223
HSL
262°, 61%, 68%
CMYK
29, 46, 0, 13
Luminance
0.2637
Every format
| HEX | #9f79df |
| RGB | rgb(159, 121, 223) |
| HSL | hsl(262, 61%, 68%) |
| CMYK | cmyk(29%, 46%, 0%, 13%) |
| LAB | lab(58.4 35.9 -46.9) |
| LCH | lch(58.4 59.0 307.4) |
| OKLCH | oklch(0.656 0.151 299.4) |
Copy-ready code
/* CSS */
color: #9f79df;
background-color: #9f79df;
/* Tailwind (arbitrary) */
class="text-[#9f79df] bg-[#9f79df]"
/* SCSS */
$brand: #9f79df;
/* SwiftUI */
Color(red: 0.624, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#9f79df")Accessibility — WCAG contrast
Aa
#9f79df on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f79df on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green47.5%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9f79df text on a black background
contrast 6.27:1
Card sample
#9f79df text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f79df;
Background color
Panel with #9f79df background
background-color: #9f79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f79df; background: linear-gradient(135deg, #9f79df, #DF79DB);