#b67eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 126, 179
HSL
303°, 28%, 60%
CMYK
0, 31, 2, 29
Luminance
0.2812
Every format
| HEX | #b67eb3 |
| RGB | rgb(182, 126, 179) |
| HSL | hsl(303, 28%, 60%) |
| CMYK | cmyk(0%, 31%, 2%, 29%) |
| LAB | lab(60.0 30.4 -19.3) |
| LCH | lch(60.0 36.0 327.6) |
| OKLCH | oklch(0.667 0.100 328.4) |
Copy-ready code
/* CSS */
color: #b67eb3;
background-color: #b67eb3;
/* Tailwind (arbitrary) */
class="text-[#b67eb3] bg-[#b67eb3]"
/* SCSS */
$brand: #b67eb3;
/* SwiftUI */
Color(red: 0.714, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#b67eb3")Accessibility — WCAG contrast
Aa
#b67eb3 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b67eb3 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow1.6%
Key (black)28.6%
Color previews
#b67eb3 text on a black background
contrast 6.62:1
Card sample
#b67eb3 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67eb3;
Background color
Panel with #b67eb3 background
background-color: #b67eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67eb3; background: linear-gradient(135deg, #b67eb3, #B67E8E);