#bb22af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
187, 34, 175
HSL
305°, 69%, 43%
CMYK
0, 82, 6, 27
Luminance
0.1480
Every format
| HEX | #bb22af |
| RGB | rgb(187, 34, 175) |
| HSL | hsl(305, 69%, 43%) |
| CMYK | cmyk(0%, 82%, 6%, 27%) |
| LAB | lab(45.4 71.3 -39.6) |
| LCH | lch(45.4 81.6 330.9) |
| OKLCH | oklch(0.560 0.232 331.9) |
Copy-ready code
/* CSS */
color: #bb22af;
background-color: #bb22af;
/* Tailwind (arbitrary) */
class="text-[#bb22af] bg-[#bb22af]"
/* SCSS */
$brand: #bb22af;
/* SwiftUI */
Color(red: 0.733, green: 0.133, blue: 0.686)
/* Android */
Color.parseColor("#bb22af")Accessibility — WCAG contrast
Aa
#bb22af on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb22af on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green13.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow6.4%
Key (black)26.7%
Color previews
#bb22af text on a black background
contrast 3.96:1
Card sample
#bb22af text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb22af;
Background color
Panel with #bb22af background
background-color: #bb22af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb22af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 34, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 34, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb22af; background: linear-gradient(135deg, #bb22af, #BB2249);