#b07eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 126, 176
HSL
300°, 24%, 59%
CMYK
0, 28, 0, 31
Luminance
0.2729
Every format
| HEX | #b07eb0 |
| RGB | rgb(176, 126, 176) |
| HSL | hsl(300, 24%, 59%) |
| CMYK | cmyk(0%, 28%, 0%, 31%) |
| LAB | lab(59.2 27.8 -18.8) |
| LCH | lch(59.2 33.6 326.0) |
| OKLCH | oklch(0.660 0.092 326.6) |
Copy-ready code
/* CSS */
color: #b07eb0;
background-color: #b07eb0;
/* Tailwind (arbitrary) */
class="text-[#b07eb0] bg-[#b07eb0]"
/* SCSS */
$brand: #b07eb0;
/* SwiftUI */
Color(red: 0.690, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#b07eb0")Accessibility — WCAG contrast
Aa
#b07eb0 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07eb0 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#b07eb0 text on a black background
contrast 6.46:1
Card sample
#b07eb0 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07eb0;
Background color
Panel with #b07eb0 background
background-color: #b07eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07eb0; background: linear-gradient(135deg, #b07eb0, #B07E8F);