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