#b41ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
180, 26, 206
HSL
291°, 78%, 46%
CMYK
13, 87, 0, 19
Luminance
0.1490
Every format
| HEX | #b41ace |
| RGB | rgb(180, 26, 206) |
| HSL | hsl(291, 78%, 46%) |
| CMYK | cmyk(13%, 87%, 0%, 19%) |
| LAB | lab(45.5 76.6 -57.6) |
| LCH | lch(45.5 95.9 323.0) |
| OKLCH | oklch(0.565 0.257 320.9) |
Copy-ready code
/* CSS */
color: #b41ace;
background-color: #b41ace;
/* Tailwind (arbitrary) */
class="text-[#b41ace] bg-[#b41ace]"
/* SCSS */
$brand: #b41ace;
/* SwiftUI */
Color(red: 0.706, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#b41ace")Accessibility — WCAG contrast
Aa
#b41ace on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41ace on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green10.2%
Blue80.8%
CMYK percentages
Cyan12.6%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#b41ace text on a black background
contrast 3.98:1
Card sample
#b41ace text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41ace;
Background color
Panel with #b41ace background
background-color: #b41ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41ace; background: linear-gradient(135deg, #b41ace, #CE1A70);