#b26eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
178, 110, 176
HSL
302°, 31%, 57%
CMYK
0, 38, 1, 30
Luminance
0.2375
Every format
| HEX | #b26eb0 |
| RGB | rgb(178, 110, 176) |
| HSL | hsl(302, 31%, 57%) |
| CMYK | cmyk(0%, 38%, 1%, 30%) |
| LAB | lab(55.8 37.4 -24.0) |
| LCH | lch(55.8 44.4 327.3) |
| OKLCH | oklch(0.634 0.123 327.9) |
Copy-ready code
/* CSS */
color: #b26eb0;
background-color: #b26eb0;
/* Tailwind (arbitrary) */
class="text-[#b26eb0] bg-[#b26eb0]"
/* SCSS */
$brand: #b26eb0;
/* SwiftUI */
Color(red: 0.698, green: 0.431, blue: 0.690)
/* Android */
Color.parseColor("#b26eb0")Accessibility — WCAG contrast
Aa
#b26eb0 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b26eb0 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green43.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow1.1%
Key (black)30.2%
Color previews
#b26eb0 text on a black background
contrast 5.75:1
Card sample
#b26eb0 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b26eb0;
Background color
Panel with #b26eb0 background
background-color: #b26eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b26eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 110, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 110, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b26eb0; background: linear-gradient(135deg, #b26eb0, #B26E83);