#7c0190
a dark, electric magenta / pink · warm · closest name: purple
RGB
124, 1, 144
HSL
292°, 99%, 28%
CMYK
14, 99, 0, 44
Luminance
0.0632
Every format
| HEX | #7c0190 |
| RGB | rgb(124, 1, 144) |
| HSL | hsl(292, 99%, 28%) |
| CMYK | cmyk(14%, 99%, 0%, 44%) |
| LAB | lab(30.2 60.8 -45.8) |
| LCH | lch(30.2 76.1 323.0) |
| OKLCH | oklch(0.426 0.203 320.6) |
Copy-ready code
/* CSS */
color: #7c0190;
background-color: #7c0190;
/* Tailwind (arbitrary) */
class="text-[#7c0190] bg-[#7c0190]"
/* SCSS */
$brand: #7c0190;
/* SwiftUI */
Color(red: 0.486, green: 0.004, blue: 0.565)
/* Android */
Color.parseColor("#7c0190")Accessibility — WCAG contrast
Aa
#7c0190 on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c0190 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green0.4%
Blue56.5%
CMYK percentages
Cyan13.9%
Magenta99.3%
Yellow0.0%
Key (black)43.5%
Color previews
#7c0190 text on a black background
contrast 2.26:1
Card sample
#7c0190 text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c0190;
Background color
Panel with #7c0190 background
background-color: #7c0190;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c0190;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 1, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 1, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c0190; background: linear-gradient(135deg, #7c0190, #900145);