#7754df
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 84, 223
HSL
255°, 69%, 60%
CMYK
47, 62, 0, 13
Luminance
0.1559
Every format
| HEX | #7754df |
| RGB | rgb(119, 84, 223) |
| HSL | hsl(255, 69%, 60%) |
| CMYK | cmyk(47%, 62%, 0%, 13%) |
| LAB | lab(46.4 47.3 -66.2) |
| LCH | lch(46.4 81.4 305.6) |
| OKLCH | oklch(0.558 0.202 289.9) |
Copy-ready code
/* CSS */
color: #7754df;
background-color: #7754df;
/* Tailwind (arbitrary) */
class="text-[#7754df] bg-[#7754df]"
/* SCSS */
$brand: #7754df;
/* SwiftUI */
Color(red: 0.467, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#7754df")Accessibility — WCAG contrast
Aa
#7754df on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7754df on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green32.9%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta62.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7754df text on a black background
contrast 4.12:1
Card sample
#7754df text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7754df;
Background color
Panel with #7754df background
background-color: #7754df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7754df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7754df; background: linear-gradient(135deg, #7754df, #D454DF);