#b352b3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 82, 179
HSL
300°, 39%, 51%
CMYK
0, 54, 0, 30
Luminance
0.1887
Every format
| HEX | #b352b3 |
| RGB | rgb(179, 82, 179) |
| HSL | hsl(300, 39%, 51%) |
| CMYK | cmyk(0%, 54%, 0%, 30%) |
| LAB | lab(50.5 52.6 -33.9) |
| LCH | lch(50.5 62.6 327.2) |
| OKLCH | oklch(0.596 0.174 327.5) |
Copy-ready code
/* CSS */
color: #b352b3;
background-color: #b352b3;
/* Tailwind (arbitrary) */
class="text-[#b352b3] bg-[#b352b3]"
/* SCSS */
$brand: #b352b3;
/* SwiftUI */
Color(red: 0.702, green: 0.322, blue: 0.702)
/* Android */
Color.parseColor("#b352b3")Accessibility — WCAG contrast
Aa
#b352b3 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b352b3 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green32.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow0.0%
Key (black)29.8%
Color previews
#b352b3 text on a black background
contrast 4.77:1
Card sample
#b352b3 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b352b3;
Background color
Panel with #b352b3 background
background-color: #b352b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b352b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 82, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 82, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b352b3; background: linear-gradient(135deg, #b352b3, #B35272);