#bd1cd3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
189, 28, 211
HSL
293°, 77%, 47%
CMYK
10, 87, 0, 17
Luminance
0.1635
Every format
| HEX | #bd1cd3 |
| RGB | rgb(189, 28, 211) |
| HSL | hsl(293, 77%, 47%) |
| CMYK | cmyk(10%, 87%, 0%, 17%) |
| LAB | lab(47.4 78.5 -57.3) |
| LCH | lch(47.4 97.2 323.9) |
| OKLCH | oklch(0.582 0.262 322.2) |
Copy-ready code
/* CSS */
color: #bd1cd3;
background-color: #bd1cd3;
/* Tailwind (arbitrary) */
class="text-[#bd1cd3] bg-[#bd1cd3]"
/* SCSS */
$brand: #bd1cd3;
/* SwiftUI */
Color(red: 0.741, green: 0.110, blue: 0.827)
/* Android */
Color.parseColor("#bd1cd3")Accessibility — WCAG contrast
Aa
#bd1cd3 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd1cd3 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green11.0%
Blue82.7%
CMYK percentages
Cyan10.4%
Magenta86.7%
Yellow0.0%
Key (black)17.3%
Color previews
#bd1cd3 text on a black background
contrast 4.27:1
Card sample
#bd1cd3 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd1cd3;
Background color
Panel with #bd1cd3 background
background-color: #bd1cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd1cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 28, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 28, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd1cd3; background: linear-gradient(135deg, #bd1cd3, #D31C6F);