#b27eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
178, 126, 176
HSL
302°, 25%, 60%
CMYK
0, 29, 1, 30
Luminance
0.2752
Every format
| HEX | #b27eb0 |
| RGB | rgb(178, 126, 176) |
| HSL | hsl(302, 25%, 60%) |
| CMYK | cmyk(0%, 29%, 1%, 30%) |
| LAB | lab(59.5 28.5 -18.4) |
| LCH | lch(59.5 34.0 327.1) |
| OKLCH | oklch(0.662 0.094 327.9) |
Copy-ready code
/* CSS */
color: #b27eb0;
background-color: #b27eb0;
/* Tailwind (arbitrary) */
class="text-[#b27eb0] bg-[#b27eb0]"
/* SCSS */
$brand: #b27eb0;
/* SwiftUI */
Color(red: 0.698, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#b27eb0")Accessibility — WCAG contrast
Aa
#b27eb0 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b27eb0 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow1.1%
Key (black)30.2%
Color previews
#b27eb0 text on a black background
contrast 6.50:1
Card sample
#b27eb0 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27eb0;
Background color
Panel with #b27eb0 background
background-color: #b27eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27eb0; background: linear-gradient(135deg, #b27eb0, #B27E8D);