#730fdc
a balanced, electric violet · warm · closest name: blue
RGB
115, 15, 220
HSL
269°, 87%, 46%
CMYK
48, 93, 0, 14
Luminance
0.0915
Every format
| HEX | #730fdc |
| RGB | rgb(115, 15, 220) |
| HSL | hsl(269, 87%, 46%) |
| CMYK | cmyk(48%, 93%, 0%, 14%) |
| LAB | lab(36.3 72.8 -81.2) |
| LCH | lch(36.3 109.0 311.9) |
| OKLCH | oklch(0.485 0.258 295.6) |
Copy-ready code
/* CSS */
color: #730fdc;
background-color: #730fdc;
/* Tailwind (arbitrary) */
class="text-[#730fdc] bg-[#730fdc]"
/* SCSS */
$brand: #730fdc;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.863)
/* Android */
Color.parseColor("#730fdc")Accessibility — WCAG contrast
Aa
#730fdc on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730fdc on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue86.3%
CMYK percentages
Cyan47.7%
Magenta93.2%
Yellow0.0%
Key (black)13.7%
Color previews
#730fdc text on a black background
contrast 2.83:1
Card sample
#730fdc text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730fdc;
Background color
Panel with #730fdc background
background-color: #730fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730fdc; background: linear-gradient(135deg, #730fdc, #DC0FBC);