#b928bf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
185, 40, 191
HSL
298°, 65%, 45%
CMYK
3, 79, 0, 25
Luminance
0.1559
Every format
| HEX | #b928bf |
| RGB | rgb(185, 40, 191) |
| HSL | hsl(298, 65%, 45%) |
| CMYK | cmyk(3%, 79%, 0%, 25%) |
| LAB | lab(46.4 71.9 -47.4) |
| LCH | lch(46.4 86.1 326.6) |
| OKLCH | oklch(0.570 0.238 326.3) |
Copy-ready code
/* CSS */
color: #b928bf;
background-color: #b928bf;
/* Tailwind (arbitrary) */
class="text-[#b928bf] bg-[#b928bf]"
/* SCSS */
$brand: #b928bf;
/* SwiftUI */
Color(red: 0.725, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#b928bf")Accessibility — WCAG contrast
Aa
#b928bf on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b928bf on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green15.7%
Blue74.9%
CMYK percentages
Cyan3.1%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#b928bf text on a black background
contrast 4.12:1
Card sample
#b928bf text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b928bf;
Background color
Panel with #b928bf background
background-color: #b928bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b928bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b928bf; background: linear-gradient(135deg, #b928bf, #BF2860);