#bb226e
a dark, vivid magenta / pink · warm · closest name: purple
RGB
187, 34, 110
HSL
330°, 69%, 43%
CMYK
0, 82, 41, 27
Luminance
0.1283
Every format
| HEX | #bb226e |
| RGB | rgb(187, 34, 110) |
| HSL | hsl(330, 69%, 43%) |
| CMYK | cmyk(0%, 82%, 41%, 27%) |
| LAB | lab(42.5 63.3 -4.6) |
| LCH | lch(42.5 63.5 355.9) |
| OKLCH | oklch(0.530 0.195 356.7) |
Copy-ready code
/* CSS */
color: #bb226e;
background-color: #bb226e;
/* Tailwind (arbitrary) */
class="text-[#bb226e] bg-[#bb226e]"
/* SCSS */
$brand: #bb226e;
/* SwiftUI */
Color(red: 0.733, green: 0.133, blue: 0.431)
/* Android */
Color.parseColor("#bb226e")Accessibility — WCAG contrast
Aa
#bb226e on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb226e on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green13.3%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow41.2%
Key (black)26.7%
Color previews
#bb226e text on a black background
contrast 3.57:1
Card sample
#bb226e text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb226e;
Background color
Panel with #bb226e background
background-color: #bb226e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb226e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 34, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 34, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb226e; background: linear-gradient(135deg, #bb226e, #BB3C22);