#bc44cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 68, 207
HSL
292°, 59%, 54%
CMYK
9, 67, 0, 19
Luminance
0.1933
Every format
| HEX | #bc44cf |
| RGB | rgb(188, 68, 207) |
| HSL | hsl(292, 59%, 54%) |
| CMYK | cmyk(9%, 67%, 0%, 19%) |
| LAB | lab(51.1 66.1 -49.2) |
| LCH | lch(51.1 82.4 323.3) |
| OKLCH | oklch(0.607 0.223 321.9) |
Copy-ready code
/* CSS */
color: #bc44cf;
background-color: #bc44cf;
/* Tailwind (arbitrary) */
class="text-[#bc44cf] bg-[#bc44cf]"
/* SCSS */
$brand: #bc44cf;
/* SwiftUI */
Color(red: 0.737, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#bc44cf")Accessibility — WCAG contrast
Aa
#bc44cf on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc44cf on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green26.7%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#bc44cf text on a black background
contrast 4.87:1
Card sample
#bc44cf text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc44cf;
Background color
Panel with #bc44cf background
background-color: #bc44cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc44cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc44cf; background: linear-gradient(135deg, #bc44cf, #CF4485);