#730fd7
a balanced, electric violet · warm · closest name: blue
RGB
115, 15, 215
HSL
270°, 87%, 45%
CMYK
47, 93, 0, 16
Luminance
0.0889
Every format
| HEX | #730fd7 |
| RGB | rgb(115, 15, 215) |
| HSL | hsl(270, 87%, 45%) |
| CMYK | cmyk(47%, 93%, 0%, 16%) |
| LAB | lab(35.8 71.7 -79.1) |
| LCH | lch(35.8 106.8 312.2) |
| OKLCH | oklch(0.480 0.254 296.6) |
Copy-ready code
/* CSS */
color: #730fd7;
background-color: #730fd7;
/* Tailwind (arbitrary) */
class="text-[#730fd7] bg-[#730fd7]"
/* SCSS */
$brand: #730fd7;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.843)
/* Android */
Color.parseColor("#730fd7")Accessibility — WCAG contrast
Aa
#730fd7 on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730fd7 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue84.3%
CMYK percentages
Cyan46.5%
Magenta93.0%
Yellow0.0%
Key (black)15.7%
Color previews
#730fd7 text on a black background
contrast 2.78:1
Card sample
#730fd7 text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730fd7;
Background color
Panel with #730fd7 background
background-color: #730fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730fd7; background: linear-gradient(135deg, #730fd7, #D70FB6);