#b032af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
176, 50, 175
HSL
301°, 56%, 44%
CMYK
0, 72, 1, 31
Luminance
0.1461
Every format
| HEX | #b032af |
| RGB | rgb(176, 50, 175) |
| HSL | hsl(301, 56%, 44%) |
| CMYK | cmyk(0%, 72%, 1%, 31%) |
| LAB | lab(45.1 64.5 -40.2) |
| LCH | lch(45.1 76.0 328.0) |
| OKLCH | oklch(0.554 0.212 328.3) |
Copy-ready code
/* CSS */
color: #b032af;
background-color: #b032af;
/* Tailwind (arbitrary) */
class="text-[#b032af] bg-[#b032af]"
/* SCSS */
$brand: #b032af;
/* SwiftUI */
Color(red: 0.690, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#b032af")Accessibility — WCAG contrast
Aa
#b032af on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b032af on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow0.6%
Key (black)31.0%
Color previews
#b032af text on a black background
contrast 3.92:1
Card sample
#b032af text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b032af;
Background color
Panel with #b032af background
background-color: #b032af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b032af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b032af; background: linear-gradient(135deg, #b032af, #B0325B);