#b7376e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
183, 55, 110
HSL
334°, 54%, 47%
CMYK
0, 70, 40, 28
Luminance
0.1393
Every format
| HEX | #b7376e |
| RGB | rgb(183, 55, 110) |
| HSL | hsl(334, 54%, 47%) |
| CMYK | cmyk(0%, 70%, 40%, 28%) |
| LAB | lab(44.1 55.6 -2.3) |
| LCH | lch(44.1 55.6 357.7) |
| OKLCH | oklch(0.541 0.170 358.2) |
Copy-ready code
/* CSS */
color: #b7376e;
background-color: #b7376e;
/* Tailwind (arbitrary) */
class="text-[#b7376e] bg-[#b7376e]"
/* SCSS */
$brand: #b7376e;
/* SwiftUI */
Color(red: 0.718, green: 0.216, blue: 0.431)
/* Android */
Color.parseColor("#b7376e")Accessibility — WCAG contrast
Aa
#b7376e on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b7376e on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green21.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow39.9%
Key (black)28.2%
Color previews
#b7376e text on a black background
contrast 3.79:1
Card sample
#b7376e text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7376e;
Background color
Panel with #b7376e background
background-color: #b7376e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7376e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 55, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 55, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7376e; background: linear-gradient(135deg, #b7376e, #B75537);