#7b0f49
a dark, electric magenta / pink · warm · closest name: purple
RGB
123, 15, 73
HSL
328°, 78%, 27%
CMYK
0, 88, 41, 52
Luminance
0.0503
Every format
| HEX | #7b0f49 |
| RGB | rgb(123, 15, 73) |
| HSL | hsl(328, 78%, 27%) |
| CMYK | cmyk(0%, 88%, 41%, 52%) |
| LAB | lab(26.8 47.8 -5.4) |
| LCH | lch(26.8 48.1 353.6) |
| OKLCH | oklch(0.389 0.148 354.7) |
Copy-ready code
/* CSS */
color: #7b0f49;
background-color: #7b0f49;
/* Tailwind (arbitrary) */
class="text-[#7b0f49] bg-[#7b0f49]"
/* SCSS */
$brand: #7b0f49;
/* SwiftUI */
Color(red: 0.482, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#7b0f49")Accessibility — WCAG contrast
Aa
#7b0f49 on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b0f49 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green5.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow40.7%
Key (black)51.8%
Color previews
#7b0f49 text on a black background
contrast 2.01:1
Card sample
#7b0f49 text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b0f49;
Background color
Panel with #7b0f49 background
background-color: #7b0f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b0f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b0f49; background: linear-gradient(135deg, #7b0f49, #7B1D0F);