#bf2baf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 43, 175
HSL
307°, 63%, 46%
CMYK
0, 78, 8, 25
Luminance
0.1590
Every format
| HEX | #bf2baf |
| RGB | rgb(191, 43, 175) |
| HSL | hsl(307, 63%, 46%) |
| CMYK | cmyk(0%, 78%, 8%, 25%) |
| LAB | lab(46.9 69.9 -37.3) |
| LCH | lch(46.9 79.2 331.9) |
| OKLCH | oklch(0.572 0.226 333.1) |
Copy-ready code
/* CSS */
color: #bf2baf;
background-color: #bf2baf;
/* Tailwind (arbitrary) */
class="text-[#bf2baf] bg-[#bf2baf]"
/* SCSS */
$brand: #bf2baf;
/* SwiftUI */
Color(red: 0.749, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#bf2baf")Accessibility — WCAG contrast
Aa
#bf2baf on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2baf on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow8.4%
Key (black)25.1%
Color previews
#bf2baf text on a black background
contrast 4.18:1
Card sample
#bf2baf text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2baf;
Background color
Panel with #bf2baf background
background-color: #bf2baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2baf; background: linear-gradient(135deg, #bf2baf, #BF2B4C);