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