#7950df
a balanced, vivid violet · warm · closest name: slateblue
RGB
121, 80, 223
HSL
257°, 69%, 59%
CMYK
46, 64, 0, 13
Luminance
0.1513
Every format
| HEX | #7950df |
| RGB | rgb(121, 80, 223) |
| HSL | hsl(257, 69%, 59%) |
| CMYK | cmyk(46%, 64%, 0%, 13%) |
| LAB | lab(45.8 49.9 -67.2) |
| LCH | lch(45.8 83.7 306.6) |
| OKLCH | oklch(0.554 0.206 291.4) |
Copy-ready code
/* CSS */
color: #7950df;
background-color: #7950df;
/* Tailwind (arbitrary) */
class="text-[#7950df] bg-[#7950df]"
/* SCSS */
$brand: #7950df;
/* SwiftUI */
Color(red: 0.475, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#7950df")Accessibility — WCAG contrast
Aa
#7950df on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7950df on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green31.4%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7950df text on a black background
contrast 4.03:1
Card sample
#7950df text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7950df;
Background color
Panel with #7950df background
background-color: #7950df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7950df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7950df; background: linear-gradient(135deg, #7950df, #D850DF);