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