#b73fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
183, 63, 186
HSL
299°, 49%, 49%
CMYK
2, 66, 0, 27
Luminance
0.1717
Every format
| HEX | #b73fba |
| RGB | rgb(183, 63, 186) |
| HSL | hsl(299, 49%, 49%) |
| CMYK | cmyk(2%, 66%, 0%, 27%) |
| LAB | lab(48.5 63.2 -41.2) |
| LCH | lch(48.5 75.4 326.9) |
| OKLCH | oklch(0.583 0.209 326.8) |
Copy-ready code
/* CSS */
color: #b73fba;
background-color: #b73fba;
/* Tailwind (arbitrary) */
class="text-[#b73fba] bg-[#b73fba]"
/* SCSS */
$brand: #b73fba;
/* SwiftUI */
Color(red: 0.718, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#b73fba")Accessibility — WCAG contrast
Aa
#b73fba on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b73fba on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green24.7%
Blue72.9%
CMYK percentages
Cyan1.6%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#b73fba text on a black background
contrast 4.43:1
Card sample
#b73fba text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73fba;
Background color
Panel with #b73fba background
background-color: #b73fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73fba; background: linear-gradient(135deg, #b73fba, #BA3F6B);