#7e2ace
a balanced, vivid violet · warm · closest name: indigo
RGB
126, 42, 206
HSL
271°, 66%, 49%
CMYK
39, 80, 0, 19
Luminance
0.1055
Every format
| HEX | #7e2ace |
| RGB | rgb(126, 42, 206) |
| HSL | hsl(271, 66%, 49%) |
| CMYK | cmyk(39%, 80%, 0%, 19%) |
| LAB | lab(38.8 64.0 -68.9) |
| LCH | lch(38.8 94.0 312.9) |
| OKLCH | oklch(0.502 0.230 301.4) |
Copy-ready code
/* CSS */
color: #7e2ace;
background-color: #7e2ace;
/* Tailwind (arbitrary) */
class="text-[#7e2ace] bg-[#7e2ace]"
/* SCSS */
$brand: #7e2ace;
/* SwiftUI */
Color(red: 0.494, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#7e2ace")Accessibility — WCAG contrast
Aa
#7e2ace on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e2ace on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green16.5%
Blue80.8%
CMYK percentages
Cyan38.8%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#7e2ace text on a black background
contrast 3.11:1
Card sample
#7e2ace text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e2ace;
Background color
Panel with #7e2ace background
background-color: #7e2ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e2ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e2ace; background: linear-gradient(135deg, #7e2ace, #CE2AB1);