#7529eb
a balanced, electric violet · warm · closest name: blue
RGB
117, 41, 235
HSL
264°, 83%, 54%
CMYK
50, 83, 0, 8
Luminance
0.1137
Every format
| HEX | #7529eb |
| RGB | rgb(117, 41, 235) |
| HSL | hsl(264, 83%, 54%) |
| CMYK | cmyk(50%, 83%, 0%, 8%) |
| LAB | lab(40.2 69.9 -83.3) |
| LCH | lch(40.2 108.7 310.0) |
| OKLCH | oklch(0.517 0.259 292.2) |
Copy-ready code
/* CSS */
color: #7529eb;
background-color: #7529eb;
/* Tailwind (arbitrary) */
class="text-[#7529eb] bg-[#7529eb]"
/* SCSS */
$brand: #7529eb;
/* SwiftUI */
Color(red: 0.459, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#7529eb")Accessibility — WCAG contrast
Aa
#7529eb on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7529eb on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.1%
Blue92.2%
CMYK percentages
Cyan50.2%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#7529eb text on a black background
contrast 3.27:1
Card sample
#7529eb text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7529eb;
Background color
Panel with #7529eb background
background-color: #7529eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7529eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7529eb; background: linear-gradient(135deg, #7529eb, #EB29E0);