#7c0197
a dark, electric violet · warm · closest name: purple
RGB
124, 1, 151
HSL
289°, 99%, 30%
CMYK
18, 99, 0, 41
Luminance
0.0654
Every format
| HEX | #7c0197 |
| RGB | rgb(124, 1, 151) |
| HSL | hsl(289, 99%, 30%) |
| CMYK | cmyk(18%, 99%, 0%, 41%) |
| LAB | lab(30.7 62.0 -49.3) |
| LCH | lch(30.7 79.2 321.5) |
| OKLCH | oklch(0.431 0.208 318.1) |
Copy-ready code
/* CSS */
color: #7c0197;
background-color: #7c0197;
/* Tailwind (arbitrary) */
class="text-[#7c0197] bg-[#7c0197]"
/* SCSS */
$brand: #7c0197;
/* SwiftUI */
Color(red: 0.486, green: 0.004, blue: 0.592)
/* Android */
Color.parseColor("#7c0197")Accessibility — WCAG contrast
Aa
#7c0197 on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c0197 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green0.4%
Blue59.2%
CMYK percentages
Cyan17.9%
Magenta99.3%
Yellow0.0%
Key (black)40.8%
Color previews
#7c0197 text on a black background
contrast 2.31:1
Card sample
#7c0197 text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c0197;
Background color
Panel with #7c0197 background
background-color: #7c0197;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c0197;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 1, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 1, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c0197; background: linear-gradient(135deg, #7c0197, #97014E);