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