#b91ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
185, 26, 206
HSL
293°, 78%, 46%
CMYK
10, 87, 0, 19
Luminance
0.1551
Every format
| HEX | #b91ace |
| RGB | rgb(185, 26, 206) |
| HSL | hsl(293, 78%, 46%) |
| CMYK | cmyk(10%, 87%, 0%, 19%) |
| LAB | lab(46.3 77.4 -56.3) |
| LCH | lch(46.3 95.7 324.0) |
| OKLCH | oklch(0.572 0.258 322.4) |
Copy-ready code
/* CSS */
color: #b91ace;
background-color: #b91ace;
/* Tailwind (arbitrary) */
class="text-[#b91ace] bg-[#b91ace]"
/* SCSS */
$brand: #b91ace;
/* SwiftUI */
Color(red: 0.725, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#b91ace")Accessibility — WCAG contrast
Aa
#b91ace on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91ace on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green10.2%
Blue80.8%
CMYK percentages
Cyan10.2%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#b91ace text on a black background
contrast 4.10:1
Card sample
#b91ace text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91ace;
Background color
Panel with #b91ace background
background-color: #b91ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91ace; background: linear-gradient(135deg, #b91ace, #CE1A6B);