#bc4fad
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
188, 79, 173
HSL
308°, 45%, 52%
CMYK
0, 58, 8, 26
Luminance
0.1930
Every format
| HEX | #bc4fad |
| RGB | rgb(188, 79, 173) |
| HSL | hsl(308, 45%, 52%) |
| CMYK | cmyk(0%, 58%, 8%, 26%) |
| LAB | lab(51.0 55.5 -29.6) |
| LCH | lch(51.0 62.9 332.0) |
| OKLCH | oklch(0.601 0.179 333.2) |
Copy-ready code
/* CSS */
color: #bc4fad;
background-color: #bc4fad;
/* Tailwind (arbitrary) */
class="text-[#bc4fad] bg-[#bc4fad]"
/* SCSS */
$brand: #bc4fad;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#bc4fad")Accessibility — WCAG contrast
Aa
#bc4fad on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4fad on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow8.0%
Key (black)26.3%
Color previews
#bc4fad text on a black background
contrast 4.86:1
Card sample
#bc4fad text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4fad;
Background color
Panel with #bc4fad background
background-color: #bc4fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4fad; background: linear-gradient(135deg, #bc4fad, #BC4F64);