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