#b0126a
a dark, electric magenta / pink · warm · closest name: purple
RGB
176, 18, 106
HSL
327°, 81%, 38%
CMYK
0, 90, 40, 31
Luminance
0.1070
Every format
| HEX | #b0126a |
| RGB | rgb(176, 18, 106) |
| HSL | hsl(327, 81%, 38%) |
| CMYK | cmyk(0%, 90%, 40%, 31%) |
| LAB | lab(39.1 63.5 -7.4) |
| LCH | lch(39.1 64.0 353.3) |
| OKLCH | oklch(0.501 0.197 354.5) |
Copy-ready code
/* CSS */
color: #b0126a;
background-color: #b0126a;
/* Tailwind (arbitrary) */
class="text-[#b0126a] bg-[#b0126a]"
/* SCSS */
$brand: #b0126a;
/* SwiftUI */
Color(red: 0.690, green: 0.071, blue: 0.416)
/* Android */
Color.parseColor("#b0126a")Accessibility — WCAG contrast
Aa
#b0126a on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b0126a on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green7.1%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow39.8%
Key (black)31.0%
Color previews
#b0126a text on a black background
contrast 3.14:1
Card sample
#b0126a text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0126a;
Background color
Panel with #b0126a background
background-color: #b0126a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0126a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 18, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 18, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0126a; background: linear-gradient(135deg, #b0126a, #B02312);