#750ade
a balanced, electric violet · warm · closest name: blue
RGB
117, 10, 222
HSL
270°, 91%, 46%
CMYK
47, 96, 0, 13
Luminance
0.0927
Every format
| HEX | #750ade |
| RGB | rgb(117, 10, 222) |
| HSL | hsl(270, 91%, 46%) |
| CMYK | cmyk(47%, 96%, 0%, 13%) |
| LAB | lab(36.5 74.2 -81.9) |
| LCH | lch(36.5 110.5 312.2) |
| OKLCH | oklch(0.488 0.262 296.1) |
Copy-ready code
/* CSS */
color: #750ade;
background-color: #750ade;
/* Tailwind (arbitrary) */
class="text-[#750ade] bg-[#750ade]"
/* SCSS */
$brand: #750ade;
/* SwiftUI */
Color(red: 0.459, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#750ade")Accessibility — WCAG contrast
Aa
#750ade on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#750ade on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green3.9%
Blue87.1%
CMYK percentages
Cyan47.3%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#750ade text on a black background
contrast 2.85:1
Card sample
#750ade text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #750ade;
Background color
Panel with #750ade background
background-color: #750ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #750ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #750ade; background: linear-gradient(135deg, #750ade, #DE0ABA);