#b66baf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 107, 175
HSL
306°, 34%, 57%
CMYK
0, 41, 4, 29
Luminance
0.2356
Every format
| HEX | #b66baf |
| RGB | rgb(182, 107, 175) |
| HSL | hsl(306, 34%, 57%) |
| CMYK | cmyk(0%, 41%, 4%, 29%) |
| LAB | lab(55.6 40.1 -23.7) |
| LCH | lch(55.6 46.5 329.4) |
| OKLCH | oklch(0.634 0.130 330.4) |
Copy-ready code
/* CSS */
color: #b66baf;
background-color: #b66baf;
/* Tailwind (arbitrary) */
class="text-[#b66baf] bg-[#b66baf]"
/* SCSS */
$brand: #b66baf;
/* SwiftUI */
Color(red: 0.714, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#b66baf")Accessibility — WCAG contrast
Aa
#b66baf on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66baf on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green42.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow3.8%
Key (black)28.6%
Color previews
#b66baf text on a black background
contrast 5.71:1
Card sample
#b66baf text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66baf;
Background color
Panel with #b66baf background
background-color: #b66baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66baf; background: linear-gradient(135deg, #b66baf, #B66B7D);