#b72fbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
183, 47, 188
HSL
298°, 60%, 46%
CMYK
3, 75, 0, 26
Luminance
0.1573
Every format
| HEX | #b72fbc |
| RGB | rgb(183, 47, 188) |
| HSL | hsl(298, 60%, 46%) |
| CMYK | cmyk(3%, 75%, 0%, 26%) |
| LAB | lab(46.6 69.1 -45.3) |
| LCH | lch(46.6 82.6 326.7) |
| OKLCH | oklch(0.570 0.228 326.5) |
Copy-ready code
/* CSS */
color: #b72fbc;
background-color: #b72fbc;
/* Tailwind (arbitrary) */
class="text-[#b72fbc] bg-[#b72fbc]"
/* SCSS */
$brand: #b72fbc;
/* SwiftUI */
Color(red: 0.718, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#b72fbc")Accessibility — WCAG contrast
Aa
#b72fbc on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72fbc on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green18.4%
Blue73.7%
CMYK percentages
Cyan2.7%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#b72fbc text on a black background
contrast 4.15:1
Card sample
#b72fbc text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72fbc;
Background color
Panel with #b72fbc background
background-color: #b72fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72fbc; background: linear-gradient(135deg, #b72fbc, #BC2F63);