#bf2abc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 42, 188
HSL
301°, 64%, 46%
CMYK
0, 78, 2, 25
Luminance
0.1636
Every format
| HEX | #bf2abc |
| RGB | rgb(191, 42, 188) |
| HSL | hsl(301, 64%, 46%) |
| CMYK | cmyk(0%, 78%, 2%, 25%) |
| LAB | lab(47.5 72.1 -43.9) |
| LCH | lch(47.5 84.5 328.6) |
| OKLCH | oklch(0.578 0.236 329.0) |
Copy-ready code
/* CSS */
color: #bf2abc;
background-color: #bf2abc;
/* Tailwind (arbitrary) */
class="text-[#bf2abc] bg-[#bf2abc]"
/* SCSS */
$brand: #bf2abc;
/* SwiftUI */
Color(red: 0.749, green: 0.165, blue: 0.737)
/* Android */
Color.parseColor("#bf2abc")Accessibility — WCAG contrast
Aa
#bf2abc on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2abc on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow1.6%
Key (black)25.1%
Color previews
#bf2abc text on a black background
contrast 4.27:1
Card sample
#bf2abc text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2abc;
Background color
Panel with #bf2abc background
background-color: #bf2abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 42, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 42, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2abc; background: linear-gradient(135deg, #bf2abc, #BF2A59);