#7e2dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
126, 45, 191
HSL
273°, 62%, 46%
CMYK
34, 76, 0, 25
Luminance
0.1007
Every format
| HEX | #7e2dbf |
| RGB | rgb(126, 45, 191) |
| HSL | hsl(273, 62%, 46%) |
| CMYK | cmyk(34%, 76%, 0%, 25%) |
| LAB | lab(38.0 59.4 -61.5) |
| LCH | lch(38.0 85.5 314.0) |
| OKLCH | oklch(0.492 0.213 304.7) |
Copy-ready code
/* CSS */
color: #7e2dbf;
background-color: #7e2dbf;
/* Tailwind (arbitrary) */
class="text-[#7e2dbf] bg-[#7e2dbf]"
/* SCSS */
$brand: #7e2dbf;
/* SwiftUI */
Color(red: 0.494, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#7e2dbf")Accessibility — WCAG contrast
Aa
#7e2dbf on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e2dbf on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green17.6%
Blue74.9%
CMYK percentages
Cyan34.0%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#7e2dbf text on a black background
contrast 3.01:1
Card sample
#7e2dbf text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e2dbf;
Background color
Panel with #7e2dbf background
background-color: #7e2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e2dbf; background: linear-gradient(135deg, #7e2dbf, #BF2D9F);