#730fba
a dark, electric violet · warm · closest name: indigo
RGB
115, 15, 186
HSL
275°, 85%, 39%
CMYK
38, 92, 0, 27
Luminance
0.0753
Every format
| HEX | #730fba |
| RGB | rgb(115, 15, 186) |
| HSL | hsl(275, 85%, 39%) |
| CMYK | cmyk(38%, 92%, 0%, 27%) |
| LAB | lab(33.0 65.5 -66.7) |
| LCH | lch(33.0 93.5 314.5) |
| OKLCH | oklch(0.453 0.229 303.4) |
Copy-ready code
/* CSS */
color: #730fba;
background-color: #730fba;
/* Tailwind (arbitrary) */
class="text-[#730fba] bg-[#730fba]"
/* SCSS */
$brand: #730fba;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#730fba")Accessibility — WCAG contrast
Aa
#730fba on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730fba on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue72.9%
CMYK percentages
Cyan38.2%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#730fba text on a black background
contrast 2.51:1
Card sample
#730fba text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730fba;
Background color
Panel with #730fba background
background-color: #730fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730fba; background: linear-gradient(135deg, #730fba, #BA0F8F);