#b071af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 113, 175
HSL
301°, 29%, 57%
CMYK
0, 36, 1, 31
Luminance
0.2414
Every format
| HEX | #b071af |
| RGB | rgb(176, 113, 175) |
| HSL | hsl(301, 29%, 57%) |
| CMYK | cmyk(0%, 36%, 1%, 31%) |
| LAB | lab(56.2 34.9 -22.8) |
| LCH | lch(56.2 41.7 326.8) |
| OKLCH | oklch(0.637 0.115 327.4) |
Copy-ready code
/* CSS */
color: #b071af;
background-color: #b071af;
/* Tailwind (arbitrary) */
class="text-[#b071af] bg-[#b071af]"
/* SCSS */
$brand: #b071af;
/* SwiftUI */
Color(red: 0.690, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#b071af")Accessibility — WCAG contrast
Aa
#b071af on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b071af on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green44.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow0.6%
Key (black)31.0%
Color previews
#b071af text on a black background
contrast 5.83:1
Card sample
#b071af text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b071af;
Background color
Panel with #b071af background
background-color: #b071af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b071af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b071af; background: linear-gradient(135deg, #b071af, #B07185);