#7b095f
a dark, electric magenta / pink · warm · closest name: purple
RGB
123, 9, 95
HSL
315°, 86%, 26%
CMYK
0, 93, 23, 52
Luminance
0.0523
Every format
| HEX | #7b095f |
| RGB | rgb(123, 9, 95) |
| HSL | hsl(315, 86%, 26%) |
| CMYK | cmyk(0%, 93%, 23%, 52%) |
| LAB | lab(27.4 51.6 -19.1) |
| LCH | lch(27.4 55.0 339.6) |
| OKLCH | oklch(0.396 0.164 341.6) |
Copy-ready code
/* CSS */
color: #7b095f;
background-color: #7b095f;
/* Tailwind (arbitrary) */
class="text-[#7b095f] bg-[#7b095f]"
/* SCSS */
$brand: #7b095f;
/* SwiftUI */
Color(red: 0.482, green: 0.035, blue: 0.373)
/* Android */
Color.parseColor("#7b095f")Accessibility — WCAG contrast
Aa
#7b095f on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b095f on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green3.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow22.8%
Key (black)51.8%
Color previews
#7b095f text on a black background
contrast 2.05:1
Card sample
#7b095f text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b095f;
Background color
Panel with #7b095f background
background-color: #7b095f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b095f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 9, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 9, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b095f; background: linear-gradient(135deg, #7b095f, #7B0913);