#b69eb3
a light, muted magenta / pink · warm · closest name: silver
RGB
182, 158, 179
HSL
308°, 14%, 67%
CMYK
0, 13, 2, 29
Luminance
0.3765
Every format
| HEX | #b69eb3 |
| RGB | rgb(182, 158, 179) |
| HSL | hsl(308, 14%, 67%) |
| CMYK | cmyk(0%, 13%, 2%, 29%) |
| LAB | lab(67.8 12.6 -7.6) |
| LCH | lch(67.8 14.7 328.8) |
| OKLCH | oklch(0.727 0.041 330.1) |
Copy-ready code
/* CSS */
color: #b69eb3;
background-color: #b69eb3;
/* Tailwind (arbitrary) */
class="text-[#b69eb3] bg-[#b69eb3]"
/* SCSS */
$brand: #b69eb3;
/* SwiftUI */
Color(red: 0.714, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#b69eb3")Accessibility — WCAG contrast
Aa
#b69eb3 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69eb3 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green62.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow1.6%
Key (black)28.6%
Color previews
#b69eb3 text on a black background
contrast 8.53:1
Card sample
#b69eb3 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69eb3;
Background color
Panel with #b69eb3 background
background-color: #b69eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69eb3; background: linear-gradient(135deg, #b69eb3, #B69EA3);