#b2139f
a dark, electric magenta / pink · warm · closest name: purple
RGB
178, 19, 159
HSL
307°, 81%, 39%
CMYK
0, 89, 11, 30
Luminance
0.1243
Every format
| HEX | #b2139f |
| RGB | rgb(178, 19, 159) |
| HSL | hsl(307, 81%, 39%) |
| CMYK | cmyk(0%, 89%, 11%, 30%) |
| LAB | lab(41.9 70.2 -35.7) |
| LCH | lch(41.9 78.7 333.0) |
| OKLCH | oklch(0.530 0.227 334.4) |
Copy-ready code
/* CSS */
color: #b2139f;
background-color: #b2139f;
/* Tailwind (arbitrary) */
class="text-[#b2139f] bg-[#b2139f]"
/* SCSS */
$brand: #b2139f;
/* SwiftUI */
Color(red: 0.698, green: 0.075, blue: 0.624)
/* Android */
Color.parseColor("#b2139f")Accessibility — WCAG contrast
Aa
#b2139f on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b2139f on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green7.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow10.7%
Key (black)30.2%
Color previews
#b2139f text on a black background
contrast 3.49:1
Card sample
#b2139f text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2139f;
Background color
Panel with #b2139f background
background-color: #b2139f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2139f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 19, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 19, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2139f; background: linear-gradient(135deg, #b2139f, #B21335);