#7c0ebe
a dark, electric violet · warm · closest name: indigo
RGB
124, 14, 190
HSL
278°, 86%, 40%
CMYK
35, 93, 0, 26
Luminance
0.0832
Every format
| HEX | #7c0ebe |
| RGB | rgb(124, 14, 190) |
| HSL | hsl(278, 86%, 40%) |
| CMYK | cmyk(35%, 93%, 0%, 26%) |
| LAB | lab(34.6 67.6 -66.3) |
| LCH | lch(34.6 94.7 315.5) |
| OKLCH | oklch(0.468 0.234 306.1) |
Copy-ready code
/* CSS */
color: #7c0ebe;
background-color: #7c0ebe;
/* Tailwind (arbitrary) */
class="text-[#7c0ebe] bg-[#7c0ebe]"
/* SCSS */
$brand: #7c0ebe;
/* SwiftUI */
Color(red: 0.486, green: 0.055, blue: 0.745)
/* Android */
Color.parseColor("#7c0ebe")Accessibility — WCAG contrast
Aa
#7c0ebe on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c0ebe on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green5.5%
Blue74.5%
CMYK percentages
Cyan34.7%
Magenta92.6%
Yellow0.0%
Key (black)25.5%
Color previews
#7c0ebe text on a black background
contrast 2.66:1
Card sample
#7c0ebe text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c0ebe;
Background color
Panel with #7c0ebe background
background-color: #7c0ebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c0ebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 14, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 14, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c0ebe; background: linear-gradient(135deg, #7c0ebe, #BE0E8B);