#b07eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 126, 179
HSL
297°, 26%, 60%
CMYK
2, 30, 0, 30
Luminance
0.2741
Every format
| HEX | #b07eb3 |
| RGB | rgb(176, 126, 179) |
| HSL | hsl(297, 26%, 60%) |
| CMYK | cmyk(2%, 30%, 0%, 30%) |
| LAB | lab(59.4 28.4 -20.3) |
| LCH | lch(59.4 34.9 324.4) |
| OKLCH | oklch(0.661 0.095 324.7) |
Copy-ready code
/* CSS */
color: #b07eb3;
background-color: #b07eb3;
/* Tailwind (arbitrary) */
class="text-[#b07eb3] bg-[#b07eb3]"
/* SCSS */
$brand: #b07eb3;
/* SwiftUI */
Color(red: 0.690, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#b07eb3")Accessibility — WCAG contrast
Aa
#b07eb3 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07eb3 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.4%
Blue70.2%
CMYK percentages
Cyan1.7%
Magenta29.6%
Yellow0.0%
Key (black)29.8%
Color previews
#b07eb3 text on a black background
contrast 6.48:1
Card sample
#b07eb3 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07eb3;
Background color
Panel with #b07eb3 background
background-color: #b07eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07eb3; background: linear-gradient(135deg, #b07eb3, #B37E93);