#bc26cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
188, 38, 207
HSL
293°, 69%, 48%
CMYK
9, 82, 0, 19
Luminance
0.1658
Every format
| HEX | #bc26cf |
| RGB | rgb(188, 38, 207) |
| HSL | hsl(293, 69%, 48%) |
| CMYK | cmyk(9%, 82%, 0%, 19%) |
| LAB | lab(47.7 75.6 -54.5) |
| LCH | lch(47.7 93.2 324.2) |
| OKLCH | oklch(0.583 0.252 322.8) |
Copy-ready code
/* CSS */
color: #bc26cf;
background-color: #bc26cf;
/* Tailwind (arbitrary) */
class="text-[#bc26cf] bg-[#bc26cf]"
/* SCSS */
$brand: #bc26cf;
/* SwiftUI */
Color(red: 0.737, green: 0.149, blue: 0.812)
/* Android */
Color.parseColor("#bc26cf")Accessibility — WCAG contrast
Aa
#bc26cf on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc26cf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green14.9%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta81.6%
Yellow0.0%
Key (black)18.8%
Color previews
#bc26cf text on a black background
contrast 4.32:1
Card sample
#bc26cf text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc26cf;
Background color
Panel with #bc26cf background
background-color: #bc26cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc26cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 38, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 38, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc26cf; background: linear-gradient(135deg, #bc26cf, #CF2671);