#b366ba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 102, 186
HSL
295°, 38%, 57%
CMYK
4, 45, 0, 27
Luminance
0.2263
Every format
| HEX | #b366ba |
| RGB | rgb(179, 102, 186) |
| HSL | hsl(295, 38%, 57%) |
| CMYK | cmyk(4%, 45%, 0%, 27%) |
| LAB | lab(54.7 43.9 -31.5) |
| LCH | lch(54.7 54.0 324.3) |
| OKLCH | oklch(0.627 0.147 324.1) |
Copy-ready code
/* CSS */
color: #b366ba;
background-color: #b366ba;
/* Tailwind (arbitrary) */
class="text-[#b366ba] bg-[#b366ba]"
/* SCSS */
$brand: #b366ba;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.729)
/* Android */
Color.parseColor("#b366ba")Accessibility — WCAG contrast
Aa
#b366ba on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366ba on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue72.9%
CMYK percentages
Cyan3.8%
Magenta45.2%
Yellow0.0%
Key (black)27.1%
Color previews
#b366ba text on a black background
contrast 5.53:1
Card sample
#b366ba text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366ba;
Background color
Panel with #b366ba background
background-color: #b366ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366ba; background: linear-gradient(135deg, #b366ba, #BA6689);