#bf2cba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 44, 186
HSL
302°, 63%, 46%
CMYK
0, 77, 3, 25
Luminance
0.1642
Every format
| HEX | #bf2cba |
| RGB | rgb(191, 44, 186) |
| HSL | hsl(302, 63%, 46%) |
| CMYK | cmyk(0%, 77%, 3%, 25%) |
| LAB | lab(47.5 71.3 -42.6) |
| LCH | lch(47.5 83.1 329.1) |
| OKLCH | oklch(0.579 0.233 329.6) |
Copy-ready code
/* CSS */
color: #bf2cba;
background-color: #bf2cba;
/* Tailwind (arbitrary) */
class="text-[#bf2cba] bg-[#bf2cba]"
/* SCSS */
$brand: #bf2cba;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#bf2cba")Accessibility — WCAG contrast
Aa
#bf2cba on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2cba on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow2.6%
Key (black)25.1%
Color previews
#bf2cba text on a black background
contrast 4.28:1
Card sample
#bf2cba text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cba;
Background color
Panel with #bf2cba background
background-color: #bf2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cba; background: linear-gradient(135deg, #bf2cba, #BF2C58);