#7b145f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
123, 20, 95
HSL
316°, 72%, 28%
CMYK
0, 84, 23, 52
Luminance
0.0554
Every format
| HEX | #7b145f |
| RGB | rgb(123, 20, 95) |
| HSL | hsl(316, 72%, 28%) |
| CMYK | cmyk(0%, 84%, 23%, 52%) |
| LAB | lab(28.2 49.2 -17.9) |
| LCH | lch(28.2 52.3 340.0) |
| OKLCH | oklch(0.402 0.156 342.0) |
Copy-ready code
/* CSS */
color: #7b145f;
background-color: #7b145f;
/* Tailwind (arbitrary) */
class="text-[#7b145f] bg-[#7b145f]"
/* SCSS */
$brand: #7b145f;
/* SwiftUI */
Color(red: 0.482, green: 0.078, blue: 0.373)
/* Android */
Color.parseColor("#7b145f")Accessibility — WCAG contrast
Aa
#7b145f on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b145f on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green7.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow22.8%
Key (black)51.8%
Color previews
#7b145f text on a black background
contrast 2.11:1
Card sample
#7b145f text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b145f;
Background color
Panel with #7b145f background
background-color: #7b145f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b145f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 20, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 20, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b145f; background: linear-gradient(135deg, #7b145f, #7B141A);