#b321ce
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
179, 33, 206
HSL
291°, 72%, 47%
CMYK
13, 84, 0, 19
Luminance
0.1513
Every format
| HEX | #b321ce |
| RGB | rgb(179, 33, 206) |
| HSL | hsl(291, 72%, 47%) |
| CMYK | cmyk(13%, 84%, 0%, 19%) |
| LAB | lab(45.8 75.0 -57.1) |
| LCH | lch(45.8 94.3 322.7) |
| OKLCH | oklch(0.567 0.252 320.4) |
Copy-ready code
/* CSS */
color: #b321ce;
background-color: #b321ce;
/* Tailwind (arbitrary) */
class="text-[#b321ce] bg-[#b321ce]"
/* SCSS */
$brand: #b321ce;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.808)
/* Android */
Color.parseColor("#b321ce")Accessibility — WCAG contrast
Aa
#b321ce on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b321ce on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue80.8%
CMYK percentages
Cyan13.1%
Magenta84.0%
Yellow0.0%
Key (black)19.2%
Color previews
#b321ce text on a black background
contrast 4.03:1
Card sample
#b321ce text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b321ce;
Background color
Panel with #b321ce background
background-color: #b321ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b321ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b321ce; background: linear-gradient(135deg, #b321ce, #CE2176);