#b071a3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 113, 163
HSL
312°, 29%, 57%
CMYK
0, 36, 7, 31
Luminance
0.2368
Every format
| HEX | #b071a3 |
| RGB | rgb(176, 113, 163) |
| HSL | hsl(312, 29%, 57%) |
| CMYK | cmyk(0%, 36%, 7%, 31%) |
| LAB | lab(55.8 32.6 -16.6) |
| LCH | lch(55.8 36.6 333.1) |
| OKLCH | oklch(0.632 0.104 334.5) |
Copy-ready code
/* CSS */
color: #b071a3;
background-color: #b071a3;
/* Tailwind (arbitrary) */
class="text-[#b071a3] bg-[#b071a3]"
/* SCSS */
$brand: #b071a3;
/* SwiftUI */
Color(red: 0.690, green: 0.443, blue: 0.639)
/* Android */
Color.parseColor("#b071a3")Accessibility — WCAG contrast
Aa
#b071a3 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b071a3 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green44.3%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow7.4%
Key (black)31.0%
Color previews
#b071a3 text on a black background
contrast 5.74:1
Card sample
#b071a3 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b071a3;
Background color
Panel with #b071a3 background
background-color: #b071a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b071a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 113, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 113, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b071a3; background: linear-gradient(135deg, #b071a3, #B07179);