#b032ac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
176, 50, 172
HSL
302°, 56%, 44%
CMYK
0, 72, 2, 31
Luminance
0.1449
Every format
| HEX | #b032ac |
| RGB | rgb(176, 50, 172) |
| HSL | hsl(302, 56%, 44%) |
| CMYK | cmyk(0%, 72%, 2%, 31%) |
| LAB | lab(44.9 64.0 -38.7) |
| LCH | lch(44.9 74.8 328.8) |
| OKLCH | oklch(0.553 0.210 329.3) |
Copy-ready code
/* CSS */
color: #b032ac;
background-color: #b032ac;
/* Tailwind (arbitrary) */
class="text-[#b032ac] bg-[#b032ac]"
/* SCSS */
$brand: #b032ac;
/* SwiftUI */
Color(red: 0.690, green: 0.196, blue: 0.675)
/* Android */
Color.parseColor("#b032ac")Accessibility — WCAG contrast
Aa
#b032ac on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b032ac on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow2.3%
Key (black)31.0%
Color previews
#b032ac text on a black background
contrast 3.90:1
Card sample
#b032ac text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b032ac;
Background color
Panel with #b032ac background
background-color: #b032ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b032ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 50, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 50, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b032ac; background: linear-gradient(135deg, #b032ac, #B03258);