#b74b93
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
183, 75, 147
HSL
320°, 43%, 51%
CMYK
0, 59, 20, 28
Luminance
0.1721
Every format
| HEX | #b74b93 |
| RGB | rgb(183, 75, 147) |
| HSL | hsl(320, 43%, 51%) |
| CMYK | cmyk(0%, 59%, 20%, 28%) |
| LAB | lab(48.5 51.8 -18.1) |
| LCH | lch(48.5 54.9 340.7) |
| OKLCH | oklch(0.577 0.162 342.6) |
Copy-ready code
/* CSS */
color: #b74b93;
background-color: #b74b93;
/* Tailwind (arbitrary) */
class="text-[#b74b93] bg-[#b74b93]"
/* SCSS */
$brand: #b74b93;
/* SwiftUI */
Color(red: 0.718, green: 0.294, blue: 0.576)
/* Android */
Color.parseColor("#b74b93")Accessibility — WCAG contrast
Aa
#b74b93 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b74b93 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green29.4%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow19.7%
Key (black)28.2%
Color previews
#b74b93 text on a black background
contrast 4.44:1
Card sample
#b74b93 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74b93;
Background color
Panel with #b74b93 background
background-color: #b74b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 75, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 75, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74b93; background: linear-gradient(135deg, #b74b93, #B74B4B);