#bb2abf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
187, 42, 191
HSL
298°, 64%, 46%
CMYK
2, 78, 0, 25
Luminance
0.1598
Every format
| HEX | #bb2abf |
| RGB | rgb(187, 42, 191) |
| HSL | hsl(298, 64%, 46%) |
| CMYK | cmyk(2%, 78%, 0%, 25%) |
| LAB | lab(47.0 71.8 -46.5) |
| LCH | lch(47.0 85.5 327.1) |
| OKLCH | oklch(0.574 0.237 326.9) |
Copy-ready code
/* CSS */
color: #bb2abf;
background-color: #bb2abf;
/* Tailwind (arbitrary) */
class="text-[#bb2abf] bg-[#bb2abf]"
/* SCSS */
$brand: #bb2abf;
/* SwiftUI */
Color(red: 0.733, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#bb2abf")Accessibility — WCAG contrast
Aa
#bb2abf on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb2abf on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green16.5%
Blue74.9%
CMYK percentages
Cyan2.1%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#bb2abf text on a black background
contrast 4.20:1
Card sample
#bb2abf text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb2abf;
Background color
Panel with #bb2abf background
background-color: #bb2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb2abf; background: linear-gradient(135deg, #bb2abf, #BF2A60);