#bd3bc9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
189, 59, 201
HSL
295°, 57%, 51%
CMYK
6, 71, 0, 21
Luminance
0.1816
Every format
| HEX | #bd3bc9 |
| RGB | rgb(189, 59, 201) |
| HSL | hsl(295, 57%, 51%) |
| CMYK | cmyk(6%, 71%, 0%, 21%) |
| LAB | lab(49.7 68.6 -47.9) |
| LCH | lch(49.7 83.7 325.0) |
| OKLCH | oklch(0.596 0.229 324.3) |
Copy-ready code
/* CSS */
color: #bd3bc9;
background-color: #bd3bc9;
/* Tailwind (arbitrary) */
class="text-[#bd3bc9] bg-[#bd3bc9]"
/* SCSS */
$brand: #bd3bc9;
/* SwiftUI */
Color(red: 0.741, green: 0.231, blue: 0.788)
/* Android */
Color.parseColor("#bd3bc9")Accessibility — WCAG contrast
Aa
#bd3bc9 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd3bc9 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green23.1%
Blue78.8%
CMYK percentages
Cyan6.0%
Magenta70.6%
Yellow0.0%
Key (black)21.2%
Color previews
#bd3bc9 text on a black background
contrast 4.63:1
Card sample
#bd3bc9 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd3bc9;
Background color
Panel with #bd3bc9 background
background-color: #bd3bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd3bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 59, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 59, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd3bc9; background: linear-gradient(135deg, #bd3bc9, #C93B76);