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