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