#b11bac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
177, 27, 172
HSL
302°, 74%, 40%
CMYK
0, 85, 3, 31
Luminance
0.1311
Every format
| HEX | #b11bac |
| RGB | rgb(177, 27, 172) |
| HSL | hsl(302, 74%, 40%) |
| CMYK | cmyk(0%, 85%, 3%, 31%) |
| LAB | lab(42.9 70.4 -41.9) |
| LCH | lch(42.9 81.9 329.3) |
| OKLCH | oklch(0.539 0.230 329.8) |
Copy-ready code
/* CSS */
color: #b11bac;
background-color: #b11bac;
/* Tailwind (arbitrary) */
class="text-[#b11bac] bg-[#b11bac]"
/* SCSS */
$brand: #b11bac;
/* SwiftUI */
Color(red: 0.694, green: 0.106, blue: 0.675)
/* Android */
Color.parseColor("#b11bac")Accessibility — WCAG contrast
Aa
#b11bac on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b11bac on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green10.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow2.8%
Key (black)30.6%
Color previews
#b11bac text on a black background
contrast 3.62:1
Card sample
#b11bac text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b11bac;
Background color
Panel with #b11bac background
background-color: #b11bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b11bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 27, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 27, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b11bac; background: linear-gradient(135deg, #b11bac, #B11B48);