#b18eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
177, 142, 176
HSL
302°, 18%, 63%
CMYK
0, 20, 1, 31
Luminance
0.3183
Every format
| HEX | #b18eb0 |
| RGB | rgb(177, 142, 176) |
| HSL | hsl(302, 18%, 63%) |
| CMYK | cmyk(0%, 20%, 1%, 31%) |
| LAB | lab(63.2 19.2 -12.8) |
| LCH | lch(63.2 23.1 326.3) |
| OKLCH | oklch(0.690 0.063 327.1) |
Copy-ready code
/* CSS */
color: #b18eb0;
background-color: #b18eb0;
/* Tailwind (arbitrary) */
class="text-[#b18eb0] bg-[#b18eb0]"
/* SCSS */
$brand: #b18eb0;
/* SwiftUI */
Color(red: 0.694, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#b18eb0")Accessibility — WCAG contrast
Aa
#b18eb0 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b18eb0 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow0.6%
Key (black)30.6%
Color previews
#b18eb0 text on a black background
contrast 7.37:1
Card sample
#b18eb0 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18eb0;
Background color
Panel with #b18eb0 background
background-color: #b18eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18eb0; background: linear-gradient(135deg, #b18eb0, #B18E99);