#bf2170
a dark, vivid magenta / pink · warm · closest name: purple
RGB
191, 33, 112
HSL
330°, 71%, 44%
CMYK
0, 83, 41, 25
Luminance
0.1333
Every format
| HEX | #bf2170 |
| RGB | rgb(191, 33, 112) |
| HSL | hsl(330, 71%, 44%) |
| CMYK | cmyk(0%, 83%, 41%, 25%) |
| LAB | lab(43.3 64.7 -4.6) |
| LCH | lch(43.3 64.9 355.9) |
| OKLCH | oklch(0.537 0.200 356.7) |
Copy-ready code
/* CSS */
color: #bf2170;
background-color: #bf2170;
/* Tailwind (arbitrary) */
class="text-[#bf2170] bg-[#bf2170]"
/* SCSS */
$brand: #bf2170;
/* SwiftUI */
Color(red: 0.749, green: 0.129, blue: 0.439)
/* Android */
Color.parseColor("#bf2170")Accessibility — WCAG contrast
Aa
#bf2170 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2170 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green12.9%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow41.4%
Key (black)25.1%
Color previews
#bf2170 text on a black background
contrast 3.67:1
Card sample
#bf2170 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2170;
Background color
Panel with #bf2170 background
background-color: #bf2170;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2170;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 33, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 33, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2170; background: linear-gradient(135deg, #bf2170, #BF3B21);