#754fd7
a balanced, vivid violet · warm · closest name: slateblue
RGB
117, 79, 215
HSL
257°, 63%, 58%
CMYK
46, 63, 0, 16
Luminance
0.1428
Every format
| HEX | #754fd7 |
| RGB | rgb(117, 79, 215) |
| HSL | hsl(257, 63%, 58%) |
| CMYK | cmyk(46%, 63%, 0%, 16%) |
| LAB | lab(44.6 47.5 -64.6) |
| LCH | lch(44.6 80.2 306.3) |
| OKLCH | oklch(0.543 0.198 291.2) |
Copy-ready code
/* CSS */
color: #754fd7;
background-color: #754fd7;
/* Tailwind (arbitrary) */
class="text-[#754fd7] bg-[#754fd7]"
/* SCSS */
$brand: #754fd7;
/* SwiftUI */
Color(red: 0.459, green: 0.310, blue: 0.843)
/* Android */
Color.parseColor("#754fd7")Accessibility — WCAG contrast
Aa
#754fd7 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#754fd7 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green31.0%
Blue84.3%
CMYK percentages
Cyan45.6%
Magenta63.3%
Yellow0.0%
Key (black)15.7%
Color previews
#754fd7 text on a black background
contrast 3.86:1
Card sample
#754fd7 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #754fd7;
Background color
Panel with #754fd7 background
background-color: #754fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #754fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 79, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 79, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #754fd7; background: linear-gradient(135deg, #754fd7, #D04FD7);