#b45fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
180, 95, 186
HSL
296°, 40%, 55%
CMYK
3, 49, 0, 27
Luminance
0.2143
Every format
| HEX | #b45fba |
| RGB | rgb(180, 95, 186) |
| HSL | hsl(296, 40%, 55%) |
| CMYK | cmyk(3%, 49%, 0%, 27%) |
| LAB | lab(53.4 47.8 -33.5) |
| LCH | lch(53.4 58.4 325.0) |
| OKLCH | oklch(0.618 0.160 324.8) |
Copy-ready code
/* CSS */
color: #b45fba;
background-color: #b45fba;
/* Tailwind (arbitrary) */
class="text-[#b45fba] bg-[#b45fba]"
/* SCSS */
$brand: #b45fba;
/* SwiftUI */
Color(red: 0.706, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#b45fba")Accessibility — WCAG contrast
Aa
#b45fba on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b45fba on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green37.3%
Blue72.9%
CMYK percentages
Cyan3.2%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#b45fba text on a black background
contrast 5.29:1
Card sample
#b45fba text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45fba;
Background color
Panel with #b45fba background
background-color: #b45fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45fba; background: linear-gradient(135deg, #b45fba, #BA5F83);