#b34eb3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 78, 179
HSL
300°, 40%, 50%
CMYK
0, 56, 0, 30
Luminance
0.1829
Every format
| HEX | #b34eb3 |
| RGB | rgb(179, 78, 179) |
| HSL | hsl(300, 40%, 50%) |
| CMYK | cmyk(0%, 56%, 0%, 30%) |
| LAB | lab(49.8 54.5 -35.0) |
| LCH | lch(49.8 64.8 327.3) |
| OKLCH | oklch(0.591 0.180 327.6) |
Copy-ready code
/* CSS */
color: #b34eb3;
background-color: #b34eb3;
/* Tailwind (arbitrary) */
class="text-[#b34eb3] bg-[#b34eb3]"
/* SCSS */
$brand: #b34eb3;
/* SwiftUI */
Color(red: 0.702, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#b34eb3")Accessibility — WCAG contrast
Aa
#b34eb3 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b34eb3 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow0.0%
Key (black)29.8%
Color previews
#b34eb3 text on a black background
contrast 4.66:1
Card sample
#b34eb3 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b34eb3;
Background color
Panel with #b34eb3 background
background-color: #b34eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b34eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b34eb3; background: linear-gradient(135deg, #b34eb3, #B34E70);