#b12486
a dark, vivid magenta / pink · warm · closest name: purple
RGB
177, 36, 134
HSL
318°, 66%, 42%
CMYK
0, 80, 24, 31
Luminance
0.1233
Every format
| HEX | #b12486 |
| RGB | rgb(177, 36, 134) |
| HSL | hsl(318, 66%, 42%) |
| CMYK | cmyk(0%, 80%, 24%, 31%) |
| LAB | lab(41.7 63.0 -20.8) |
| LCH | lch(41.7 66.3 341.7) |
| OKLCH | oklch(0.524 0.199 343.7) |
Copy-ready code
/* CSS */
color: #b12486;
background-color: #b12486;
/* Tailwind (arbitrary) */
class="text-[#b12486] bg-[#b12486]"
/* SCSS */
$brand: #b12486;
/* SwiftUI */
Color(red: 0.694, green: 0.141, blue: 0.525)
/* Android */
Color.parseColor("#b12486")Accessibility — WCAG contrast
Aa
#b12486 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b12486 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green14.1%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta79.7%
Yellow24.3%
Key (black)30.6%
Color previews
#b12486 text on a black background
contrast 3.47:1
Card sample
#b12486 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b12486;
Background color
Panel with #b12486 background
background-color: #b12486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b12486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 36, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 36, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b12486; background: linear-gradient(135deg, #b12486, #B12428);