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