#730cfb
a balanced, electric violet · warm · closest name: blue
RGB
115, 12, 251
HSL
266°, 97%, 52%
CMYK
54, 95, 0, 2
Luminance
0.1087
Every format
| HEX | #730cfb |
| RGB | rgb(115, 12, 251) |
| HSL | hsl(266, 97%, 52%) |
| CMYK | cmyk(54%, 95%, 0%, 2%) |
| LAB | lab(39.4 80.0 -93.7) |
| LCH | lch(39.4 123.2 310.5) |
| OKLCH | oklch(0.515 0.287 290.1) |
Copy-ready code
/* CSS */
color: #730cfb;
background-color: #730cfb;
/* Tailwind (arbitrary) */
class="text-[#730cfb] bg-[#730cfb]"
/* SCSS */
$brand: #730cfb;
/* SwiftUI */
Color(red: 0.451, green: 0.047, blue: 0.984)
/* Android */
Color.parseColor("#730cfb")Accessibility — WCAG contrast
Aa
#730cfb on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#730cfb on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green4.7%
Blue98.4%
CMYK percentages
Cyan54.2%
Magenta95.2%
Yellow0.0%
Key (black)1.6%
Color previews
#730cfb text on a black background
contrast 3.17:1
Card sample
#730cfb text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730cfb;
Background color
Panel with #730cfb background
background-color: #730cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 12, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 12, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730cfb; background: linear-gradient(135deg, #730cfb, #FB0CE4);