#bb2266
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
187, 34, 102
HSL
333°, 69%, 43%
CMYK
0, 82, 46, 27
Luminance
0.1267
Every format
| HEX | #bb2266 |
| RGB | rgb(187, 34, 102) |
| HSL | hsl(333, 69%, 43%) |
| CMYK | cmyk(0%, 82%, 46%, 27%) |
| LAB | lab(42.3 62.5 0.1) |
| LCH | lch(42.3 62.5 0.0) |
| OKLCH | oklch(0.527 0.192 0.2) |
Copy-ready code
/* CSS */
color: #bb2266;
background-color: #bb2266;
/* Tailwind (arbitrary) */
class="text-[#bb2266] bg-[#bb2266]"
/* SCSS */
$brand: #bb2266;
/* SwiftUI */
Color(red: 0.733, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#bb2266")Accessibility — WCAG contrast
Aa
#bb2266 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb2266 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green13.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow45.5%
Key (black)26.7%
Color previews
#bb2266 text on a black background
contrast 3.53:1
Card sample
#bb2266 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb2266;
Background color
Panel with #bb2266 background
background-color: #bb2266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb2266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb2266; background: linear-gradient(135deg, #bb2266, #BB4422);