#b321cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
179, 33, 207
HSL
290°, 73%, 47%
CMYK
14, 84, 0, 19
Luminance
0.1518
Every format
| HEX | #b321cf |
| RGB | rgb(179, 33, 207) |
| HSL | hsl(290, 73%, 47%) |
| CMYK | cmyk(14%, 84%, 0%, 19%) |
| LAB | lab(45.9 75.2 -57.6) |
| LCH | lch(45.9 94.7 322.6) |
| OKLCH | oklch(0.567 0.253 320.2) |
Copy-ready code
/* CSS */
color: #b321cf;
background-color: #b321cf;
/* Tailwind (arbitrary) */
class="text-[#b321cf] bg-[#b321cf]"
/* SCSS */
$brand: #b321cf;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.812)
/* Android */
Color.parseColor("#b321cf")Accessibility — WCAG contrast
Aa
#b321cf on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b321cf on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta84.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b321cf text on a black background
contrast 4.04:1
Card sample
#b321cf text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b321cf;
Background color
Panel with #b321cf background
background-color: #b321cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b321cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b321cf; background: linear-gradient(135deg, #b321cf, #CF2177);