#b67eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 126, 176
HSL
306°, 28%, 60%
CMYK
0, 31, 3, 29
Luminance
0.2800
Every format
| HEX | #b67eb0 |
| RGB | rgb(182, 126, 176) |
| HSL | hsl(306, 28%, 60%) |
| CMYK | cmyk(0%, 31%, 3%, 29%) |
| LAB | lab(59.9 29.9 -17.7) |
| LCH | lch(59.9 34.7 329.3) |
| OKLCH | oklch(0.666 0.097 330.4) |
Copy-ready code
/* CSS */
color: #b67eb0;
background-color: #b67eb0;
/* Tailwind (arbitrary) */
class="text-[#b67eb0] bg-[#b67eb0]"
/* SCSS */
$brand: #b67eb0;
/* SwiftUI */
Color(red: 0.714, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#b67eb0")Accessibility — WCAG contrast
Aa
#b67eb0 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b67eb0 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow3.3%
Key (black)28.6%
Color previews
#b67eb0 text on a black background
contrast 6.60:1
Card sample
#b67eb0 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67eb0;
Background color
Panel with #b67eb0 background
background-color: #b67eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67eb0; background: linear-gradient(135deg, #b67eb0, #B67E8B);