#b19eb1
a light, muted magenta / pink · warm · closest name: silver
RGB
177, 158, 177
HSL
300°, 11%, 66%
CMYK
0, 11, 0, 31
Luminance
0.3698
Every format
| HEX | #b19eb1 |
| RGB | rgb(177, 158, 177) |
| HSL | hsl(300, 11%, 66%) |
| CMYK | cmyk(0%, 11%, 0%, 31%) |
| LAB | lab(67.3 10.4 -7.3) |
| LCH | lch(67.3 12.7 325.0) |
| OKLCH | oklch(0.722 0.035 325.9) |
Copy-ready code
/* CSS */
color: #b19eb1;
background-color: #b19eb1;
/* Tailwind (arbitrary) */
class="text-[#b19eb1] bg-[#b19eb1]"
/* SCSS */
$brand: #b19eb1;
/* SwiftUI */
Color(red: 0.694, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#b19eb1")Accessibility — WCAG contrast
Aa
#b19eb1 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b19eb1 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow0.0%
Key (black)30.6%
Color previews
#b19eb1 text on a black background
contrast 8.40:1
Card sample
#b19eb1 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b19eb1;
Background color
Panel with #b19eb1 background
background-color: #b19eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b19eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b19eb1; background: linear-gradient(135deg, #b19eb1, #B19EA4);