#b29eb0
a light, muted magenta / pink · warm · closest name: silver
RGB
178, 158, 176
HSL
306°, 12%, 66%
CMYK
0, 11, 1, 30
Luminance
0.3705
Every format
| HEX | #b29eb0 |
| RGB | rgb(178, 158, 176) |
| HSL | hsl(306, 12%, 66%) |
| CMYK | cmyk(0%, 11%, 1%, 30%) |
| LAB | lab(67.3 10.6 -6.6) |
| LCH | lch(67.3 12.5 327.9) |
| OKLCH | oklch(0.722 0.034 329.1) |
Copy-ready code
/* CSS */
color: #b29eb0;
background-color: #b29eb0;
/* Tailwind (arbitrary) */
class="text-[#b29eb0] bg-[#b29eb0]"
/* SCSS */
$brand: #b29eb0;
/* SwiftUI */
Color(red: 0.698, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#b29eb0")Accessibility — WCAG contrast
Aa
#b29eb0 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b29eb0 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow1.1%
Key (black)30.2%
Color previews
#b29eb0 text on a black background
contrast 8.41:1
Card sample
#b29eb0 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b29eb0;
Background color
Panel with #b29eb0 background
background-color: #b29eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b29eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b29eb0; background: linear-gradient(135deg, #b29eb0, #B29EA3);