#7329eb
a balanced, electric violet · warm · closest name: blue
RGB
115, 41, 235
HSL
263°, 83%, 54%
CMYK
51, 83, 0, 8
Luminance
0.1123
Every format
| HEX | #7329eb |
| RGB | rgb(115, 41, 235) |
| HSL | hsl(263, 83%, 54%) |
| CMYK | cmyk(51%, 83%, 0%, 8%) |
| LAB | lab(40.0 69.7 -83.6) |
| LCH | lch(40.0 108.9 309.8) |
| OKLCH | oklch(0.515 0.258 291.5) |
Copy-ready code
/* CSS */
color: #7329eb;
background-color: #7329eb;
/* Tailwind (arbitrary) */
class="text-[#7329eb] bg-[#7329eb]"
/* SCSS */
$brand: #7329eb;
/* SwiftUI */
Color(red: 0.451, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#7329eb")Accessibility — WCAG contrast
Aa
#7329eb on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7329eb on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green16.1%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#7329eb text on a black background
contrast 3.25:1
Card sample
#7329eb text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7329eb;
Background color
Panel with #7329eb background
background-color: #7329eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7329eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7329eb; background: linear-gradient(135deg, #7329eb, #EB29E2);