#bd2acd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
189, 42, 205
HSL
294°, 66%, 48%
CMYK
8, 80, 0, 20
Luminance
0.1688
Every format
| HEX | #bd2acd |
| RGB | rgb(189, 42, 205) |
| HSL | hsl(294, 66%, 48%) |
| CMYK | cmyk(8%, 80%, 0%, 20%) |
| LAB | lab(48.1 74.5 -52.8) |
| LCH | lch(48.1 91.3 324.7) |
| OKLCH | oklch(0.586 0.248 323.5) |
Copy-ready code
/* CSS */
color: #bd2acd;
background-color: #bd2acd;
/* Tailwind (arbitrary) */
class="text-[#bd2acd] bg-[#bd2acd]"
/* SCSS */
$brand: #bd2acd;
/* SwiftUI */
Color(red: 0.741, green: 0.165, blue: 0.804)
/* Android */
Color.parseColor("#bd2acd")Accessibility — WCAG contrast
Aa
#bd2acd on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2acd on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green16.5%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta79.5%
Yellow0.0%
Key (black)19.6%
Color previews
#bd2acd text on a black background
contrast 4.38:1
Card sample
#bd2acd text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2acd;
Background color
Panel with #bd2acd background
background-color: #bd2acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 42, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 42, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2acd; background: linear-gradient(135deg, #bd2acd, #CD2A70);