#b321af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
179, 33, 175
HSL
302°, 69%, 42%
CMYK
0, 82, 2, 30
Luminance
0.1377
Every format
| HEX | #b321af |
| RGB | rgb(179, 33, 175) |
| HSL | hsl(302, 69%, 42%) |
| CMYK | cmyk(0%, 82%, 2%, 30%) |
| LAB | lab(43.9 70.0 -42.1) |
| LCH | lch(43.9 81.7 329.0) |
| OKLCH | oklch(0.547 0.229 329.4) |
Copy-ready code
/* CSS */
color: #b321af;
background-color: #b321af;
/* Tailwind (arbitrary) */
class="text-[#b321af] bg-[#b321af]"
/* SCSS */
$brand: #b321af;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.686)
/* Android */
Color.parseColor("#b321af")Accessibility — WCAG contrast
Aa
#b321af on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b321af on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow2.2%
Key (black)29.8%
Color previews
#b321af text on a black background
contrast 3.75:1
Card sample
#b321af text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b321af;
Background color
Panel with #b321af background
background-color: #b321af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b321af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b321af; background: linear-gradient(135deg, #b321af, #B3214E);