#bd3cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
189, 60, 223
HSL
288°, 72%, 56%
CMYK
15, 73, 0, 13
Luminance
0.1938
Every format
| HEX | #bd3cdf |
| RGB | rgb(189, 60, 223) |
| HSL | hsl(288, 72%, 56%) |
| CMYK | cmyk(15%, 73%, 0%, 13%) |
| LAB | lab(51.1 72.2 -58.2) |
| LCH | lch(51.1 92.7 321.1) |
| OKLCH | oklch(0.611 0.246 318.2) |
Copy-ready code
/* CSS */
color: #bd3cdf;
background-color: #bd3cdf;
/* Tailwind (arbitrary) */
class="text-[#bd3cdf] bg-[#bd3cdf]"
/* SCSS */
$brand: #bd3cdf;
/* SwiftUI */
Color(red: 0.741, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#bd3cdf")Accessibility — WCAG contrast
Aa
#bd3cdf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd3cdf on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green23.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bd3cdf text on a black background
contrast 4.88:1
Card sample
#bd3cdf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd3cdf;
Background color
Panel with #bd3cdf background
background-color: #bd3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd3cdf; background: linear-gradient(135deg, #bd3cdf, #DF3C94);