#754ce3
a balanced, vivid violet · warm · closest name: slateblue
RGB
117, 76, 227
HSL
256°, 73%, 59%
CMYK
49, 67, 0, 11
Luminance
0.1450
Every format
| HEX | #754ce3 |
| RGB | rgb(117, 76, 227) |
| HSL | hsl(256, 73%, 59%) |
| CMYK | cmyk(49%, 67%, 0%, 11%) |
| LAB | lab(44.9 52.4 -70.9) |
| LCH | lch(44.9 88.2 306.5) |
| OKLCH | oklch(0.548 0.216 289.8) |
Copy-ready code
/* CSS */
color: #754ce3;
background-color: #754ce3;
/* Tailwind (arbitrary) */
class="text-[#754ce3] bg-[#754ce3]"
/* SCSS */
$brand: #754ce3;
/* SwiftUI */
Color(red: 0.459, green: 0.298, blue: 0.890)
/* Android */
Color.parseColor("#754ce3")Accessibility — WCAG contrast
Aa
#754ce3 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#754ce3 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green29.8%
Blue89.0%
CMYK percentages
Cyan48.5%
Magenta66.5%
Yellow0.0%
Key (black)11.0%
Color previews
#754ce3 text on a black background
contrast 3.90:1
Card sample
#754ce3 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #754ce3;
Background color
Panel with #754ce3 background
background-color: #754ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #754ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 76, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 76, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #754ce3; background: linear-gradient(135deg, #754ce3, #DA4CE3);