#b163a1
a balanced, soft magenta / pink · warm · closest name: plum
RGB
177, 99, 161
HSL
312°, 33%, 54%
CMYK
0, 44, 9, 31
Luminance
0.2084
Every format
| HEX | #b163a1 |
| RGB | rgb(177, 99, 161) |
| HSL | hsl(312, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 9%, 31%) |
| LAB | lab(52.8 40.2 -20.0) |
| LCH | lch(52.8 44.9 333.6) |
| OKLCH | oklch(0.609 0.128 335.1) |
Copy-ready code
/* CSS */
color: #b163a1;
background-color: #b163a1;
/* Tailwind (arbitrary) */
class="text-[#b163a1] bg-[#b163a1]"
/* SCSS */
$brand: #b163a1;
/* SwiftUI */
Color(red: 0.694, green: 0.388, blue: 0.631)
/* Android */
Color.parseColor("#b163a1")Accessibility — WCAG contrast
Aa
#b163a1 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b163a1 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green38.8%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow9.0%
Key (black)30.6%
Color previews
#b163a1 text on a black background
contrast 5.17:1
Card sample
#b163a1 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b163a1;
Background color
Panel with #b163a1 background
background-color: #b163a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b163a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 99, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 99, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b163a1; background: linear-gradient(135deg, #b163a1, #B1636D);