#7e30ec
a balanced, electric violet · warm · closest name: blue
RGB
126, 48, 236
HSL
265°, 83%, 56%
CMYK
47, 80, 0, 8
Luminance
0.1261
Every format
| HEX | #7e30ec |
| RGB | rgb(126, 48, 236) |
| HSL | hsl(265, 83%, 56%) |
| CMYK | cmyk(47%, 80%, 0%, 8%) |
| LAB | lab(42.2 68.8 -80.5) |
| LCH | lch(42.2 105.9 310.5) |
| OKLCH | oklch(0.533 0.255 294.8) |
Copy-ready code
/* CSS */
color: #7e30ec;
background-color: #7e30ec;
/* Tailwind (arbitrary) */
class="text-[#7e30ec] bg-[#7e30ec]"
/* SCSS */
$brand: #7e30ec;
/* SwiftUI */
Color(red: 0.494, green: 0.188, blue: 0.925)
/* Android */
Color.parseColor("#7e30ec")Accessibility — WCAG contrast
Aa
#7e30ec on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e30ec on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green18.8%
Blue92.5%
CMYK percentages
Cyan46.6%
Magenta79.7%
Yellow0.0%
Key (black)7.5%
Color previews
#7e30ec text on a black background
contrast 3.52:1
Card sample
#7e30ec text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e30ec;
Background color
Panel with #7e30ec background
background-color: #7e30ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e30ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 48, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 48, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e30ec; background: linear-gradient(135deg, #7e30ec, #EC30DD);