#730fd3
a dark, electric violet · warm · closest name: blue
RGB
115, 15, 211
HSL
271°, 87%, 44%
CMYK
46, 93, 0, 17
Luminance
0.0869
Every format
| HEX | #730fd3 |
| RGB | rgb(115, 15, 211) |
| HSL | hsl(271, 87%, 44%) |
| CMYK | cmyk(46%, 93%, 0%, 17%) |
| LAB | lab(35.4 70.9 -77.5) |
| LCH | lch(35.4 105.0 312.5) |
| OKLCH | oklch(0.476 0.250 297.5) |
Copy-ready code
/* CSS */
color: #730fd3;
background-color: #730fd3;
/* Tailwind (arbitrary) */
class="text-[#730fd3] bg-[#730fd3]"
/* SCSS */
$brand: #730fd3;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.827)
/* Android */
Color.parseColor("#730fd3")Accessibility — WCAG contrast
Aa
#730fd3 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730fd3 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue82.7%
CMYK percentages
Cyan45.5%
Magenta92.9%
Yellow0.0%
Key (black)17.3%
Color previews
#730fd3 text on a black background
contrast 2.74:1
Card sample
#730fd3 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730fd3;
Background color
Panel with #730fd3 background
background-color: #730fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730fd3; background: linear-gradient(135deg, #730fd3, #D30FB0);