#bd2acf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
189, 42, 207
HSL
294°, 66%, 49%
CMYK
9, 80, 0, 19
Luminance
0.1698
Every format
| HEX | #bd2acf |
| RGB | rgb(189, 42, 207) |
| HSL | hsl(294, 66%, 49%) |
| CMYK | cmyk(9%, 80%, 0%, 19%) |
| LAB | lab(48.2 74.8 -53.7) |
| LCH | lch(48.2 92.1 324.3) |
| OKLCH | oklch(0.587 0.250 323.0) |
Copy-ready code
/* CSS */
color: #bd2acf;
background-color: #bd2acf;
/* Tailwind (arbitrary) */
class="text-[#bd2acf] bg-[#bd2acf]"
/* SCSS */
$brand: #bd2acf;
/* SwiftUI */
Color(red: 0.741, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#bd2acf")Accessibility — WCAG contrast
Aa
#bd2acf on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2acf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green16.5%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bd2acf text on a black background
contrast 4.40:1
Card sample
#bd2acf text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2acf;
Background color
Panel with #bd2acf background
background-color: #bd2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2acf; background: linear-gradient(135deg, #bd2acf, #CF2A73);