#754cea
a balanced, electric violet · warm · closest name: slateblue
RGB
117, 76, 234
HSL
256°, 79%, 61%
CMYK
50, 68, 0, 8
Luminance
0.1489
Every format
| HEX | #754cea |
| RGB | rgb(117, 76, 234) |
| HSL | hsl(256, 79%, 61%) |
| CMYK | cmyk(50%, 68%, 0%, 8%) |
| LAB | lab(45.5 54.4 -74.0) |
| LCH | lch(45.5 91.8 306.3) |
| OKLCH | oklch(0.554 0.224 288.8) |
Copy-ready code
/* CSS */
color: #754cea;
background-color: #754cea;
/* Tailwind (arbitrary) */
class="text-[#754cea] bg-[#754cea]"
/* SCSS */
$brand: #754cea;
/* SwiftUI */
Color(red: 0.459, green: 0.298, blue: 0.918)
/* Android */
Color.parseColor("#754cea")Accessibility — WCAG contrast
Aa
#754cea on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#754cea on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green29.8%
Blue91.8%
CMYK percentages
Cyan50.0%
Magenta67.5%
Yellow0.0%
Key (black)8.2%
Color previews
#754cea text on a black background
contrast 3.98:1
Card sample
#754cea text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #754cea;
Background color
Panel with #754cea background
background-color: #754cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #754cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 76, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 76, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #754cea; background: linear-gradient(135deg, #754cea, #DE4CEA);