#bd2ccf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
189, 44, 207
HSL
293°, 65%, 49%
CMYK
9, 79, 0, 19
Luminance
0.1713
Every format
| HEX | #bd2ccf |
| RGB | rgb(189, 44, 207) |
| HSL | hsl(293, 65%, 49%) |
| CMYK | cmyk(9%, 79%, 0%, 19%) |
| LAB | lab(48.4 74.3 -53.4) |
| LCH | lch(48.4 91.5 324.3) |
| OKLCH | oklch(0.588 0.248 322.9) |
Copy-ready code
/* CSS */
color: #bd2ccf;
background-color: #bd2ccf;
/* Tailwind (arbitrary) */
class="text-[#bd2ccf] bg-[#bd2ccf]"
/* SCSS */
$brand: #bd2ccf;
/* SwiftUI */
Color(red: 0.741, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#bd2ccf")Accessibility — WCAG contrast
Aa
#bd2ccf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2ccf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green17.3%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bd2ccf text on a black background
contrast 4.43:1
Card sample
#bd2ccf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2ccf;
Background color
Panel with #bd2ccf background
background-color: #bd2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2ccf; background: linear-gradient(135deg, #bd2ccf, #CF2C74);