#bd2bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
189, 43, 223
HSL
289°, 74%, 52%
CMYK
15, 81, 0, 13
Luminance
0.1787
Every format
| HEX | #bd2bdf |
| RGB | rgb(189, 43, 223) |
| HSL | hsl(289, 74%, 52%) |
| CMYK | cmyk(15%, 81%, 0%, 13%) |
| LAB | lab(49.4 77.3 -61.1) |
| LCH | lch(49.4 98.5 321.7) |
| OKLCH | oklch(0.598 0.261 318.8) |
Copy-ready code
/* CSS */
color: #bd2bdf;
background-color: #bd2bdf;
/* Tailwind (arbitrary) */
class="text-[#bd2bdf] bg-[#bd2bdf]"
/* SCSS */
$brand: #bd2bdf;
/* SwiftUI */
Color(red: 0.741, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#bd2bdf")Accessibility — WCAG contrast
Aa
#bd2bdf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2bdf on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green16.9%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bd2bdf text on a black background
contrast 4.57:1
Card sample
#bd2bdf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2bdf;
Background color
Panel with #bd2bdf background
background-color: #bd2bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2bdf; background: linear-gradient(135deg, #bd2bdf, #DF2B89);