#bb28bf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
187, 40, 191
HSL
298°, 65%, 45%
CMYK
2, 79, 0, 25
Luminance
0.1584
Every format
| HEX | #bb28bf |
| RGB | rgb(187, 40, 191) |
| HSL | hsl(298, 65%, 45%) |
| CMYK | cmyk(2%, 79%, 0%, 25%) |
| LAB | lab(46.8 72.3 -46.8) |
| LCH | lch(46.8 86.2 327.1) |
| OKLCH | oklch(0.573 0.239 326.9) |
Copy-ready code
/* CSS */
color: #bb28bf;
background-color: #bb28bf;
/* Tailwind (arbitrary) */
class="text-[#bb28bf] bg-[#bb28bf]"
/* SCSS */
$brand: #bb28bf;
/* SwiftUI */
Color(red: 0.733, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#bb28bf")Accessibility — WCAG contrast
Aa
#bb28bf on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb28bf on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green15.7%
Blue74.9%
CMYK percentages
Cyan2.1%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#bb28bf text on a black background
contrast 4.17:1
Card sample
#bb28bf text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb28bf;
Background color
Panel with #bb28bf background
background-color: #bb28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb28bf; background: linear-gradient(135deg, #bb28bf, #BF285E);