#7529f0
a balanced, electric violet · warm · closest name: blue
RGB
117, 41, 240
HSL
263°, 87%, 55%
CMYK
51, 83, 0, 6
Luminance
0.1166
Every format
| HEX | #7529f0 |
| RGB | rgb(117, 41, 240) |
| HSL | hsl(263, 87%, 55%) |
| CMYK | cmyk(51%, 83%, 0%, 6%) |
| LAB | lab(40.7 71.1 -85.3) |
| LCH | lch(40.7 111.1 309.8) |
| OKLCH | oklch(0.521 0.263 291.4) |
Copy-ready code
/* CSS */
color: #7529f0;
background-color: #7529f0;
/* Tailwind (arbitrary) */
class="text-[#7529f0] bg-[#7529f0]"
/* SCSS */
$brand: #7529f0;
/* SwiftUI */
Color(red: 0.459, green: 0.161, blue: 0.941)
/* Android */
Color.parseColor("#7529f0")Accessibility — WCAG contrast
Aa
#7529f0 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7529f0 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.1%
Blue94.1%
CMYK percentages
Cyan51.3%
Magenta82.9%
Yellow0.0%
Key (black)5.9%
Color previews
#7529f0 text on a black background
contrast 3.33:1
Card sample
#7529f0 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7529f0;
Background color
Panel with #7529f0 background
background-color: #7529f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7529f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 41, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 41, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7529f0; background: linear-gradient(135deg, #7529f0, #F029E6);