#b1337f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
177, 51, 127
HSL
324°, 55%, 45%
CMYK
0, 71, 28, 31
Luminance
0.1325
Every format
| HEX | #b1337f |
| RGB | rgb(177, 51, 127) |
| HSL | hsl(324, 55%, 45%) |
| CMYK | cmyk(0%, 71%, 28%, 31%) |
| LAB | lab(43.1 57.3 -14.3) |
| LCH | lch(43.1 59.1 345.9) |
| OKLCH | oklch(0.533 0.178 347.8) |
Copy-ready code
/* CSS */
color: #b1337f;
background-color: #b1337f;
/* Tailwind (arbitrary) */
class="text-[#b1337f] bg-[#b1337f]"
/* SCSS */
$brand: #b1337f;
/* SwiftUI */
Color(red: 0.694, green: 0.200, blue: 0.498)
/* Android */
Color.parseColor("#b1337f")Accessibility — WCAG contrast
Aa
#b1337f on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b1337f on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green20.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow28.2%
Key (black)30.6%
Color previews
#b1337f text on a black background
contrast 3.65:1
Card sample
#b1337f text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1337f;
Background color
Panel with #b1337f background
background-color: #b1337f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1337f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 51, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 51, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1337f; background: linear-gradient(135deg, #b1337f, #B13B33);