#b07cb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 124, 178
HSL
298°, 26%, 59%
CMYK
1, 30, 0, 30
Luminance
0.2686
Every format
| HEX | #b07cb2 |
| RGB | rgb(176, 124, 178) |
| HSL | hsl(298, 26%, 59%) |
| CMYK | cmyk(1%, 30%, 0%, 30%) |
| LAB | lab(58.9 29.3 -20.5) |
| LCH | lch(58.9 35.8 325.0) |
| OKLCH | oklch(0.657 0.098 325.4) |
Copy-ready code
/* CSS */
color: #b07cb2;
background-color: #b07cb2;
/* Tailwind (arbitrary) */
class="text-[#b07cb2] bg-[#b07cb2]"
/* SCSS */
$brand: #b07cb2;
/* SwiftUI */
Color(red: 0.690, green: 0.486, blue: 0.698)
/* Android */
Color.parseColor("#b07cb2")Accessibility — WCAG contrast
Aa
#b07cb2 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07cb2 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green48.6%
Blue69.8%
CMYK percentages
Cyan1.1%
Magenta30.3%
Yellow0.0%
Key (black)30.2%
Color previews
#b07cb2 text on a black background
contrast 6.37:1
Card sample
#b07cb2 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07cb2;
Background color
Panel with #b07cb2 background
background-color: #b07cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 124, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 124, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07cb2; background: linear-gradient(135deg, #b07cb2, #B27C90);