#b7148f
a dark, electric magenta / pink · warm · closest name: purple
RGB
183, 20, 143
HSL
315°, 80%, 40%
CMYK
0, 89, 22, 28
Luminance
0.1255
Every format
| HEX | #b7148f |
| RGB | rgb(183, 20, 143) |
| HSL | hsl(315, 80%, 40%) |
| CMYK | cmyk(0%, 89%, 22%, 28%) |
| LAB | lab(42.1 68.9 -25.7) |
| LCH | lch(42.1 73.5 339.6) |
| OKLCH | oklch(0.530 0.219 341.6) |
Copy-ready code
/* CSS */
color: #b7148f;
background-color: #b7148f;
/* Tailwind (arbitrary) */
class="text-[#b7148f] bg-[#b7148f]"
/* SCSS */
$brand: #b7148f;
/* SwiftUI */
Color(red: 0.718, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#b7148f")Accessibility — WCAG contrast
Aa
#b7148f on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b7148f on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green7.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow21.9%
Key (black)28.2%
Color previews
#b7148f text on a black background
contrast 3.51:1
Card sample
#b7148f text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7148f;
Background color
Panel with #b7148f background
background-color: #b7148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7148f; background: linear-gradient(135deg, #b7148f, #B71422);