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