#bf2ac7
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 42, 199
HSL
297°, 65%, 47%
CMYK
4, 79, 0, 22
Luminance
0.1686
Every format
| HEX | #bf2ac7 |
| RGB | rgb(191, 42, 199) |
| HSL | hsl(297, 65%, 47%) |
| CMYK | cmyk(4%, 79%, 0%, 22%) |
| LAB | lab(48.1 73.9 -49.3) |
| LCH | lch(48.1 88.8 326.3) |
| OKLCH | oklch(0.585 0.244 325.8) |
Copy-ready code
/* CSS */
color: #bf2ac7;
background-color: #bf2ac7;
/* Tailwind (arbitrary) */
class="text-[#bf2ac7] bg-[#bf2ac7]"
/* SCSS */
$brand: #bf2ac7;
/* SwiftUI */
Color(red: 0.749, green: 0.165, blue: 0.780)
/* Android */
Color.parseColor("#bf2ac7")Accessibility — WCAG contrast
Aa
#bf2ac7 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2ac7 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.5%
Blue78.0%
CMYK percentages
Cyan4.0%
Magenta78.9%
Yellow0.0%
Key (black)22.0%
Color previews
#bf2ac7 text on a black background
contrast 4.37:1
Card sample
#bf2ac7 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2ac7;
Background color
Panel with #bf2ac7 background
background-color: #bf2ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 42, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 42, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2ac7; background: linear-gradient(135deg, #bf2ac7, #C72A67);