#b100bf
a dark, electric magenta / pink · warm · closest name: purple
RGB
177, 0, 191
HSL
296°, 100%, 38%
CMYK
7, 100, 0, 25
Luminance
0.1311
Every format
| HEX | #b100bf |
| RGB | rgb(177, 0, 191) |
| HSL | hsl(296, 100%, 38%) |
| CMYK | cmyk(7%, 100%, 0%, 25%) |
| LAB | lab(42.9 76.8 -53.1) |
| LCH | lch(42.9 93.4 325.4) |
| OKLCH | oklch(0.543 0.255 324.3) |
Copy-ready code
/* CSS */
color: #b100bf;
background-color: #b100bf;
/* Tailwind (arbitrary) */
class="text-[#b100bf] bg-[#b100bf]"
/* SCSS */
$brand: #b100bf;
/* SwiftUI */
Color(red: 0.694, green: 0.000, blue: 0.749)
/* Android */
Color.parseColor("#b100bf")Accessibility — WCAG contrast
Aa
#b100bf on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b100bf on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green0.0%
Blue74.9%
CMYK percentages
Cyan7.3%
Magenta100.0%
Yellow0.0%
Key (black)25.1%
Color previews
#b100bf text on a black background
contrast 3.62:1
Card sample
#b100bf text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b100bf;
Background color
Panel with #b100bf background
background-color: #b100bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b100bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 0, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 0, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b100bf; background: linear-gradient(135deg, #b100bf, #BF004E);