#b321ac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
179, 33, 172
HSL
303°, 69%, 42%
CMYK
0, 82, 4, 30
Luminance
0.1365
Every format
| HEX | #b321ac |
| RGB | rgb(179, 33, 172) |
| HSL | hsl(303, 69%, 42%) |
| CMYK | cmyk(0%, 82%, 4%, 30%) |
| LAB | lab(43.7 69.5 -40.6) |
| LCH | lch(43.7 80.5 329.7) |
| OKLCH | oklch(0.545 0.227 330.4) |
Copy-ready code
/* CSS */
color: #b321ac;
background-color: #b321ac;
/* Tailwind (arbitrary) */
class="text-[#b321ac] bg-[#b321ac]"
/* SCSS */
$brand: #b321ac;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.675)
/* Android */
Color.parseColor("#b321ac")Accessibility — WCAG contrast
Aa
#b321ac on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b321ac on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow3.9%
Key (black)29.8%
Color previews
#b321ac text on a black background
contrast 3.73:1
Card sample
#b321ac text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b321ac;
Background color
Panel with #b321ac background
background-color: #b321ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b321ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b321ac; background: linear-gradient(135deg, #b321ac, #B3214B);