#bf2ac3
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 42, 195
HSL
298°, 65%, 47%
CMYK
2, 79, 0, 24
Luminance
0.1667
Every format
| HEX | #bf2ac3 |
| RGB | rgb(191, 42, 195) |
| HSL | hsl(298, 65%, 47%) |
| CMYK | cmyk(2%, 79%, 0%, 24%) |
| LAB | lab(47.9 73.2 -47.4) |
| LCH | lch(47.9 87.2 327.1) |
| OKLCH | oklch(0.583 0.242 327.0) |
Copy-ready code
/* CSS */
color: #bf2ac3;
background-color: #bf2ac3;
/* Tailwind (arbitrary) */
class="text-[#bf2ac3] bg-[#bf2ac3]"
/* SCSS */
$brand: #bf2ac3;
/* SwiftUI */
Color(red: 0.749, green: 0.165, blue: 0.765)
/* Android */
Color.parseColor("#bf2ac3")Accessibility — WCAG contrast
Aa
#bf2ac3 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2ac3 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.5%
Blue76.5%
CMYK percentages
Cyan2.1%
Magenta78.5%
Yellow0.0%
Key (black)23.5%
Color previews
#bf2ac3 text on a black background
contrast 4.33:1
Card sample
#bf2ac3 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2ac3;
Background color
Panel with #bf2ac3 background
background-color: #bf2ac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2ac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 42, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 42, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2ac3; background: linear-gradient(135deg, #bf2ac3, #C32A61);