#730dfd
a balanced, electric violet · warm · closest name: blue
RGB
115, 13, 253
HSL
266°, 98%, 52%
CMYK
55, 95, 0, 1
Luminance
0.1102
Every format
| HEX | #730dfd |
| RGB | rgb(115, 13, 253) |
| HSL | hsl(266, 98%, 52%) |
| CMYK | cmyk(55%, 95%, 0%, 1%) |
| LAB | lab(39.6 80.4 -94.3) |
| LCH | lch(39.6 123.9 310.4) |
| OKLCH | oklch(0.518 0.288 289.7) |
Copy-ready code
/* CSS */
color: #730dfd;
background-color: #730dfd;
/* Tailwind (arbitrary) */
class="text-[#730dfd] bg-[#730dfd]"
/* SCSS */
$brand: #730dfd;
/* SwiftUI */
Color(red: 0.451, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#730dfd")Accessibility — WCAG contrast
Aa
#730dfd on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#730dfd on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.1%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#730dfd text on a black background
contrast 3.20:1
Card sample
#730dfd text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730dfd;
Background color
Panel with #730dfd background
background-color: #730dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730dfd; background: linear-gradient(135deg, #730dfd, #FD0DE7);