#7502ab
a dark, electric violet · warm · closest name: indigo
RGB
117, 2, 171
HSL
281°, 98%, 34%
CMYK
32, 99, 0, 33
Luminance
0.0677
Every format
| HEX | #7502ab |
| RGB | rgb(117, 2, 171) |
| HSL | hsl(281, 98%, 34%) |
| CMYK | cmyk(32%, 99%, 0%, 33%) |
| LAB | lab(31.3 64.7 -60.6) |
| LCH | lch(31.3 88.6 316.9) |
| OKLCH | oklch(0.438 0.222 308.8) |
Copy-ready code
/* CSS */
color: #7502ab;
background-color: #7502ab;
/* Tailwind (arbitrary) */
class="text-[#7502ab] bg-[#7502ab]"
/* SCSS */
$brand: #7502ab;
/* SwiftUI */
Color(red: 0.459, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#7502ab")Accessibility — WCAG contrast
Aa
#7502ab on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7502ab on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green0.8%
Blue67.1%
CMYK percentages
Cyan31.6%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#7502ab text on a black background
contrast 2.35:1
Card sample
#7502ab text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7502ab;
Background color
Panel with #7502ab background
background-color: #7502ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7502ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7502ab; background: linear-gradient(135deg, #7502ab, #AB0270);