#b080a2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 128, 162
HSL
318°, 23%, 60%
CMYK
0, 27, 8, 31
Luminance
0.2728
Every format
| HEX | #b080a2 |
| RGB | rgb(176, 128, 162) |
| HSL | hsl(318, 23%, 60%) |
| CMYK | cmyk(0%, 27%, 8%, 31%) |
| LAB | lab(59.2 24.1 -10.8) |
| LCH | lch(59.2 26.4 335.9) |
| OKLCH | oklch(0.658 0.075 337.5) |
Copy-ready code
/* CSS */
color: #b080a2;
background-color: #b080a2;
/* Tailwind (arbitrary) */
class="text-[#b080a2] bg-[#b080a2]"
/* SCSS */
$brand: #b080a2;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.635)
/* Android */
Color.parseColor("#b080a2")Accessibility — WCAG contrast
Aa
#b080a2 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b080a2 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow8.0%
Key (black)31.0%
Color previews
#b080a2 text on a black background
contrast 6.46:1
Card sample
#b080a2 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080a2;
Background color
Panel with #b080a2 background
background-color: #b080a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080a2; background: linear-gradient(135deg, #b080a2, #B08082);