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