#730fac
a dark, electric violet · warm · closest name: indigo
RGB
115, 15, 172
HSL
278°, 84%, 37%
CMYK
33, 91, 0, 33
Luminance
0.0697
Every format
| HEX | #730fac |
| RGB | rgb(115, 15, 172) |
| HSL | hsl(278, 84%, 37%) |
| CMYK | cmyk(33%, 91%, 0%, 33%) |
| LAB | lab(31.7 62.6 -60.5) |
| LCH | lch(31.7 87.0 316.0) |
| OKLCH | oklch(0.441 0.217 307.3) |
Copy-ready code
/* CSS */
color: #730fac;
background-color: #730fac;
/* Tailwind (arbitrary) */
class="text-[#730fac] bg-[#730fac]"
/* SCSS */
$brand: #730fac;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#730fac")Accessibility — WCAG contrast
Aa
#730fac on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730fac on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue67.5%
CMYK percentages
Cyan33.1%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#730fac text on a black background
contrast 2.39:1
Card sample
#730fac text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730fac;
Background color
Panel with #730fac background
background-color: #730fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730fac; background: linear-gradient(135deg, #730fac, #AC0F7D);