#b01ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
176, 26, 206
HSL
290°, 78%, 46%
CMYK
15, 87, 0, 19
Luminance
0.1443
Every format
| HEX | #b01ace |
| RGB | rgb(176, 26, 206) |
| HSL | hsl(290, 78%, 46%) |
| CMYK | cmyk(15%, 87%, 0%, 19%) |
| LAB | lab(44.8 76.0 -58.7) |
| LCH | lch(44.8 96.0 322.3) |
| OKLCH | oklch(0.559 0.255 319.6) |
Copy-ready code
/* CSS */
color: #b01ace;
background-color: #b01ace;
/* Tailwind (arbitrary) */
class="text-[#b01ace] bg-[#b01ace]"
/* SCSS */
$brand: #b01ace;
/* SwiftUI */
Color(red: 0.690, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#b01ace")Accessibility — WCAG contrast
Aa
#b01ace on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b01ace on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green10.2%
Blue80.8%
CMYK percentages
Cyan14.6%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#b01ace text on a black background
contrast 3.89:1
Card sample
#b01ace text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b01ace;
Background color
Panel with #b01ace background
background-color: #b01ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b01ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b01ace; background: linear-gradient(135deg, #b01ace, #CE1A74);