#bc4eb8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 78, 184
HSL
302°, 45%, 52%
CMYK
0, 59, 2, 26
Luminance
0.1960
Every format
| HEX | #bc4eb8 |
| RGB | rgb(188, 78, 184) |
| HSL | hsl(302, 45%, 52%) |
| CMYK | cmyk(0%, 59%, 2%, 26%) |
| LAB | lab(51.4 57.8 -35.4) |
| LCH | lch(51.4 67.8 328.5) |
| OKLCH | oklch(0.605 0.189 329.0) |
Copy-ready code
/* CSS */
color: #bc4eb8;
background-color: #bc4eb8;
/* Tailwind (arbitrary) */
class="text-[#bc4eb8] bg-[#bc4eb8]"
/* SCSS */
$brand: #bc4eb8;
/* SwiftUI */
Color(red: 0.737, green: 0.306, blue: 0.722)
/* Android */
Color.parseColor("#bc4eb8")Accessibility — WCAG contrast
Aa
#bc4eb8 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4eb8 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green30.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow2.1%
Key (black)26.3%
Color previews
#bc4eb8 text on a black background
contrast 4.92:1
Card sample
#bc4eb8 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4eb8;
Background color
Panel with #bc4eb8 background
background-color: #bc4eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 78, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 78, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4eb8; background: linear-gradient(135deg, #bc4eb8, #BC4E6F);