#b44eb3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
180, 78, 179
HSL
301°, 41%, 51%
CMYK
0, 57, 1, 29
Luminance
0.1841
Every format
| HEX | #b44eb3 |
| RGB | rgb(180, 78, 179) |
| HSL | hsl(301, 41%, 51%) |
| CMYK | cmyk(0%, 57%, 1%, 29%) |
| LAB | lab(50.0 54.8 -34.8) |
| LCH | lch(50.0 64.9 327.6) |
| OKLCH | oklch(0.592 0.180 327.9) |
Copy-ready code
/* CSS */
color: #b44eb3;
background-color: #b44eb3;
/* Tailwind (arbitrary) */
class="text-[#b44eb3] bg-[#b44eb3]"
/* SCSS */
$brand: #b44eb3;
/* SwiftUI */
Color(red: 0.706, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#b44eb3")Accessibility — WCAG contrast
Aa
#b44eb3 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44eb3 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta56.7%
Yellow0.6%
Key (black)29.4%
Color previews
#b44eb3 text on a black background
contrast 4.68:1
Card sample
#b44eb3 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44eb3;
Background color
Panel with #b44eb3 background
background-color: #b44eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44eb3; background: linear-gradient(135deg, #b44eb3, #B44E6F);