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