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