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