#7c0195
a dark, electric violet · warm · closest name: purple
RGB
124, 1, 149
HSL
290°, 99%, 29%
CMYK
17, 99, 0, 42
Luminance
0.0648
Every format
| HEX | #7c0195 |
| RGB | rgb(124, 1, 149) |
| HSL | hsl(290, 99%, 29%) |
| CMYK | cmyk(17%, 99%, 0%, 42%) |
| LAB | lab(30.6 61.7 -48.3) |
| LCH | lch(30.6 78.3 321.9) |
| OKLCH | oklch(0.430 0.207 318.8) |
Copy-ready code
/* CSS */
color: #7c0195;
background-color: #7c0195;
/* Tailwind (arbitrary) */
class="text-[#7c0195] bg-[#7c0195]"
/* SCSS */
$brand: #7c0195;
/* SwiftUI */
Color(red: 0.486, green: 0.004, blue: 0.584)
/* Android */
Color.parseColor("#7c0195")Accessibility — WCAG contrast
Aa
#7c0195 on white: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c0195 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green0.4%
Blue58.4%
CMYK percentages
Cyan16.8%
Magenta99.3%
Yellow0.0%
Key (black)41.6%
Color previews
#7c0195 text on a black background
contrast 2.30:1
Card sample
#7c0195 text on a white background
contrast 9.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c0195;
Background color
Panel with #7c0195 background
background-color: #7c0195;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c0195;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 1, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 1, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c0195; background: linear-gradient(135deg, #7c0195, #95014B);