#7518ce
a balanced, electric violet · warm · closest name: indigo
RGB
117, 24, 206
HSL
271°, 79%, 45%
CMYK
43, 88, 0, 19
Luminance
0.0889
Every format
| HEX | #7518ce |
| RGB | rgb(117, 24, 206) |
| HSL | hsl(271, 79%, 45%) |
| CMYK | cmyk(43%, 88%, 0%, 19%) |
| LAB | lab(35.8 68.2 -73.9) |
| LCH | lch(35.8 100.5 312.7) |
| OKLCH | oklch(0.478 0.242 299.0) |
Copy-ready code
/* CSS */
color: #7518ce;
background-color: #7518ce;
/* Tailwind (arbitrary) */
class="text-[#7518ce] bg-[#7518ce]"
/* SCSS */
$brand: #7518ce;
/* SwiftUI */
Color(red: 0.459, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#7518ce")Accessibility — WCAG contrast
Aa
#7518ce on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7518ce on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green9.4%
Blue80.8%
CMYK percentages
Cyan43.2%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#7518ce text on a black background
contrast 2.78:1
Card sample
#7518ce text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7518ce;
Background color
Panel with #7518ce background
background-color: #7518ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7518ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7518ce; background: linear-gradient(135deg, #7518ce, #CE18AE);