#b71466
a dark, electric magenta / pink · warm · closest name: purple
RGB
183, 20, 102
HSL
330°, 80%, 40%
CMYK
0, 89, 44, 28
Luminance
0.1153
Every format
| HEX | #b71466 |
| RGB | rgb(183, 20, 102) |
| HSL | hsl(330, 80%, 40%) |
| CMYK | cmyk(0%, 89%, 44%, 28%) |
| LAB | lab(40.5 64.5 -2.7) |
| LCH | lch(40.5 64.5 357.6) |
| OKLCH | oklch(0.513 0.199 358.2) |
Copy-ready code
/* CSS */
color: #b71466;
background-color: #b71466;
/* Tailwind (arbitrary) */
class="text-[#b71466] bg-[#b71466]"
/* SCSS */
$brand: #b71466;
/* SwiftUI */
Color(red: 0.718, green: 0.078, blue: 0.400)
/* Android */
Color.parseColor("#b71466")Accessibility — WCAG contrast
Aa
#b71466 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b71466 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green7.8%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow44.3%
Key (black)28.2%
Color previews
#b71466 text on a black background
contrast 3.31:1
Card sample
#b71466 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b71466;
Background color
Panel with #b71466 background
background-color: #b71466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b71466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 20, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 20, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b71466; background: linear-gradient(135deg, #b71466, #B72F14);