#b366a0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
179, 102, 160
HSL
315°, 34%, 55%
CMYK
0, 43, 11, 30
Luminance
0.2162
Every format
| HEX | #b366a0 |
| RGB | rgb(179, 102, 160) |
| HSL | hsl(315, 34%, 55%) |
| CMYK | cmyk(0%, 43%, 11%, 30%) |
| LAB | lab(53.6 39.1 -18.1) |
| LCH | lch(53.6 43.1 335.2) |
| OKLCH | oklch(0.616 0.123 336.8) |
Copy-ready code
/* CSS */
color: #b366a0;
background-color: #b366a0;
/* Tailwind (arbitrary) */
class="text-[#b366a0] bg-[#b366a0]"
/* SCSS */
$brand: #b366a0;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.627)
/* Android */
Color.parseColor("#b366a0")Accessibility — WCAG contrast
Aa
#b366a0 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366a0 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow10.6%
Key (black)29.8%
Color previews
#b366a0 text on a black background
contrast 5.32:1
Card sample
#b366a0 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366a0;
Background color
Panel with #b366a0 background
background-color: #b366a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366a0; background: linear-gradient(135deg, #b366a0, #B3666D);