#7500a3
a dark, electric violet · warm · closest name: indigo
RGB
117, 0, 163
HSL
283°, 100%, 32%
CMYK
28, 100, 0, 36
Luminance
0.0643
Every format
| HEX | #7500a3 |
| RGB | rgb(117, 0, 163) |
| HSL | hsl(283, 100%, 32%) |
| CMYK | cmyk(28%, 100%, 0%, 36%) |
| LAB | lab(30.5 63.4 -57.1) |
| LCH | lch(30.5 85.3 318.0) |
| OKLCH | oklch(0.430 0.216 311.3) |
Copy-ready code
/* CSS */
color: #7500a3;
background-color: #7500a3;
/* Tailwind (arbitrary) */
class="text-[#7500a3] bg-[#7500a3]"
/* SCSS */
$brand: #7500a3;
/* SwiftUI */
Color(red: 0.459, green: 0.000, blue: 0.639)
/* Android */
Color.parseColor("#7500a3")Accessibility — WCAG contrast
Aa
#7500a3 on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7500a3 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green0.0%
Blue63.9%
CMYK percentages
Cyan28.2%
Magenta100.0%
Yellow0.0%
Key (black)36.1%
Color previews
#7500a3 text on a black background
contrast 2.29:1
Card sample
#7500a3 text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7500a3;
Background color
Panel with #7500a3 background
background-color: #7500a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7500a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 0, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 0, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7500a3; background: linear-gradient(135deg, #7500a3, #A30064);