#7e15a8
a dark, electric violet · warm · closest name: indigo
RGB
126, 21, 168
HSL
283°, 78%, 37%
CMYK
25, 88, 0, 34
Luminance
0.0780
Every format
| HEX | #7e15a8 |
| RGB | rgb(126, 21, 168) |
| HSL | hsl(283, 78%, 37%) |
| CMYK | cmyk(25%, 88%, 0%, 34%) |
| LAB | lab(33.6 62.1 -55.0) |
| LCH | lch(33.6 83.0 318.5) |
| OKLCH | oklch(0.456 0.213 312.9) |
Copy-ready code
/* CSS */
color: #7e15a8;
background-color: #7e15a8;
/* Tailwind (arbitrary) */
class="text-[#7e15a8] bg-[#7e15a8]"
/* SCSS */
$brand: #7e15a8;
/* SwiftUI */
Color(red: 0.494, green: 0.082, blue: 0.659)
/* Android */
Color.parseColor("#7e15a8")Accessibility — WCAG contrast
Aa
#7e15a8 on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7e15a8 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green8.2%
Blue65.9%
CMYK percentages
Cyan25.0%
Magenta87.5%
Yellow0.0%
Key (black)34.1%
Color previews
#7e15a8 text on a black background
contrast 2.56:1
Card sample
#7e15a8 text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e15a8;
Background color
Panel with #7e15a8 background
background-color: #7e15a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e15a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 21, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 21, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e15a8; background: linear-gradient(135deg, #7e15a8, #A81570);