#bf2acb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
191, 42, 203
HSL
296°, 66%, 48%
CMYK
6, 79, 0, 20
Luminance
0.1704
Every format
| HEX | #bf2acb |
| RGB | rgb(191, 42, 203) |
| HSL | hsl(296, 66%, 48%) |
| CMYK | cmyk(6%, 79%, 0%, 20%) |
| LAB | lab(48.3 74.5 -51.3) |
| LCH | lch(48.3 90.5 325.5) |
| OKLCH | oklch(0.587 0.247 324.7) |
Copy-ready code
/* CSS */
color: #bf2acb;
background-color: #bf2acb;
/* Tailwind (arbitrary) */
class="text-[#bf2acb] bg-[#bf2acb]"
/* SCSS */
$brand: #bf2acb;
/* SwiftUI */
Color(red: 0.749, green: 0.165, blue: 0.796)
/* Android */
Color.parseColor("#bf2acb")Accessibility — WCAG contrast
Aa
#bf2acb on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2acb on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.5%
Blue79.6%
CMYK percentages
Cyan5.9%
Magenta79.3%
Yellow0.0%
Key (black)20.4%
Color previews
#bf2acb text on a black background
contrast 4.41:1
Card sample
#bf2acb text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2acb;
Background color
Panel with #bf2acb background
background-color: #bf2acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 42, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 42, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2acb; background: linear-gradient(135deg, #bf2acb, #CB2A6C);