#bd2abc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
189, 42, 188
HSL
300°, 64%, 45%
CMYK
0, 78, 1, 26
Luminance
0.1611
Every format
| HEX | #bd2abc |
| RGB | rgb(189, 42, 188) |
| HSL | hsl(300, 64%, 45%) |
| CMYK | cmyk(0%, 78%, 1%, 26%) |
| LAB | lab(47.1 71.7 -44.5) |
| LCH | lch(47.1 84.4 328.2) |
| OKLCH | oklch(0.575 0.236 328.4) |
Copy-ready code
/* CSS */
color: #bd2abc;
background-color: #bd2abc;
/* Tailwind (arbitrary) */
class="text-[#bd2abc] bg-[#bd2abc]"
/* SCSS */
$brand: #bd2abc;
/* SwiftUI */
Color(red: 0.741, green: 0.165, blue: 0.737)
/* Android */
Color.parseColor("#bd2abc")Accessibility — WCAG contrast
Aa
#bd2abc on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2abc on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green16.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow0.5%
Key (black)25.9%
Color previews
#bd2abc text on a black background
contrast 4.22:1
Card sample
#bd2abc text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2abc;
Background color
Panel with #bd2abc background
background-color: #bd2abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 42, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 42, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2abc; background: linear-gradient(135deg, #bd2abc, #BD2A5A);