#bb2255
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
187, 34, 85
HSL
340°, 69%, 43%
CMYK
0, 82, 55, 27
Luminance
0.1236
Every format
| HEX | #bb2255 |
| RGB | rgb(187, 34, 85) |
| HSL | hsl(340, 69%, 43%) |
| CMYK | cmyk(0%, 82%, 55%, 27%) |
| LAB | lab(41.8 61.1 10.1) |
| LCH | lch(41.8 62.0 9.4) |
| OKLCH | oklch(0.523 0.188 7.9) |
Copy-ready code
/* CSS */
color: #bb2255;
background-color: #bb2255;
/* Tailwind (arbitrary) */
class="text-[#bb2255] bg-[#bb2255]"
/* SCSS */
$brand: #bb2255;
/* SwiftUI */
Color(red: 0.733, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#bb2255")Accessibility — WCAG contrast
Aa
#bb2255 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb2255 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green13.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow54.5%
Key (black)26.7%
Color previews
#bb2255 text on a black background
contrast 3.47:1
Card sample
#bb2255 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb2255;
Background color
Panel with #bb2255 background
background-color: #bb2255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb2255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb2255; background: linear-gradient(135deg, #bb2255, #BB5522);