#b42cb4
a dark, vivid magenta / pink · warm · closest name: purple
RGB
180, 44, 180
HSL
300°, 61%, 44%
CMYK
0, 76, 0, 29
Luminance
0.1480
Every format
| HEX | #b42cb4 |
| RGB | rgb(180, 44, 180) |
| HSL | hsl(300, 61%, 44%) |
| CMYK | cmyk(0%, 76%, 0%, 29%) |
| LAB | lab(45.4 68.0 -42.7) |
| LCH | lch(45.4 80.3 327.9) |
| OKLCH | oklch(0.559 0.224 328.1) |
Copy-ready code
/* CSS */
color: #b42cb4;
background-color: #b42cb4;
/* Tailwind (arbitrary) */
class="text-[#b42cb4] bg-[#b42cb4]"
/* SCSS */
$brand: #b42cb4;
/* SwiftUI */
Color(red: 0.706, green: 0.173, blue: 0.706)
/* Android */
Color.parseColor("#b42cb4")Accessibility — WCAG contrast
Aa
#b42cb4 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b42cb4 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green17.3%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow0.0%
Key (black)29.4%
Color previews
#b42cb4 text on a black background
contrast 3.96:1
Card sample
#b42cb4 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b42cb4;
Background color
Panel with #b42cb4 background
background-color: #b42cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b42cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 44, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 44, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b42cb4; background: linear-gradient(135deg, #b42cb4, #B42C59);