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