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