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