#b44575
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
180, 69, 117
HSL
334°, 45%, 49%
CMYK
0, 62, 35, 29
Luminance
0.1524
Every format
| HEX | #b44575 |
| RGB | rgb(180, 69, 117) |
| HSL | hsl(334, 45%, 49%) |
| CMYK | cmyk(0%, 62%, 35%, 29%) |
| LAB | lab(46.0 49.6 -3.9) |
| LCH | lch(46.0 49.8 355.5) |
| OKLCH | oklch(0.554 0.152 356.3) |
Copy-ready code
/* CSS */
color: #b44575;
background-color: #b44575;
/* Tailwind (arbitrary) */
class="text-[#b44575] bg-[#b44575]"
/* SCSS */
$brand: #b44575;
/* SwiftUI */
Color(red: 0.706, green: 0.271, blue: 0.459)
/* Android */
Color.parseColor("#b44575")Accessibility — WCAG contrast
Aa
#b44575 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b44575 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green27.1%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow35.0%
Key (black)29.4%
Color previews
#b44575 text on a black background
contrast 4.05:1
Card sample
#b44575 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44575;
Background color
Panel with #b44575 background
background-color: #b44575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 69, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 69, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44575; background: linear-gradient(135deg, #b44575, #B45F45);