#b291a7
a balanced, soft magenta / pink · warm · closest name: gray
RGB
178, 145, 167
HSL
320°, 18%, 63%
CMYK
0, 19, 6, 30
Luminance
0.3251
Every format
| HEX | #b291a7 |
| RGB | rgb(178, 145, 167) |
| HSL | hsl(320, 18%, 63%) |
| CMYK | cmyk(0%, 19%, 6%, 30%) |
| LAB | lab(63.8 16.1 -6.9) |
| LCH | lch(63.8 17.6 337.0) |
| OKLCH | oklch(0.694 0.050 338.6) |
Copy-ready code
/* CSS */
color: #b291a7;
background-color: #b291a7;
/* Tailwind (arbitrary) */
class="text-[#b291a7] bg-[#b291a7]"
/* SCSS */
$brand: #b291a7;
/* SwiftUI */
Color(red: 0.698, green: 0.569, blue: 0.655)
/* Android */
Color.parseColor("#b291a7")Accessibility — WCAG contrast
Aa
#b291a7 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b291a7 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green56.9%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow6.2%
Key (black)30.2%
Color previews
#b291a7 text on a black background
contrast 7.50:1
Card sample
#b291a7 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b291a7;
Background color
Panel with #b291a7 background
background-color: #b291a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b291a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 145, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 145, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b291a7; background: linear-gradient(135deg, #b291a7, #B29191);