#b034ac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
176, 52, 172
HSL
302°, 54%, 45%
CMYK
0, 71, 2, 31
Luminance
0.1466
Every format
| HEX | #b034ac |
| RGB | rgb(176, 52, 172) |
| HSL | hsl(302, 54%, 45%) |
| CMYK | cmyk(0%, 71%, 2%, 31%) |
| LAB | lab(45.2 63.3 -38.3) |
| LCH | lch(45.2 74.0 328.8) |
| OKLCH | oklch(0.555 0.207 329.3) |
Copy-ready code
/* CSS */
color: #b034ac;
background-color: #b034ac;
/* Tailwind (arbitrary) */
class="text-[#b034ac] bg-[#b034ac]"
/* SCSS */
$brand: #b034ac;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.675)
/* Android */
Color.parseColor("#b034ac")Accessibility — WCAG contrast
Aa
#b034ac on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b034ac on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow2.3%
Key (black)31.0%
Color previews
#b034ac text on a black background
contrast 3.93:1
Card sample
#b034ac text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b034ac;
Background color
Panel with #b034ac background
background-color: #b034ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b034ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b034ac; background: linear-gradient(135deg, #b034ac, #B03459);