#b39eb0
a light, muted magenta / pink · warm · closest name: silver
RGB
179, 158, 176
HSL
309°, 12%, 66%
CMYK
0, 12, 2, 30
Luminance
0.3717
Every format
| HEX | #b39eb0 |
| RGB | rgb(179, 158, 176) |
| HSL | hsl(309, 12%, 66%) |
| CMYK | cmyk(0%, 12%, 2%, 30%) |
| LAB | lab(67.4 10.9 -6.5) |
| LCH | lch(67.4 12.7 329.3) |
| OKLCH | oklch(0.723 0.035 330.6) |
Copy-ready code
/* CSS */
color: #b39eb0;
background-color: #b39eb0;
/* Tailwind (arbitrary) */
class="text-[#b39eb0] bg-[#b39eb0]"
/* SCSS */
$brand: #b39eb0;
/* SwiftUI */
Color(red: 0.702, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#b39eb0")Accessibility — WCAG contrast
Aa
#b39eb0 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39eb0 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow1.7%
Key (black)29.8%
Color previews
#b39eb0 text on a black background
contrast 8.43:1
Card sample
#b39eb0 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39eb0;
Background color
Panel with #b39eb0 background
background-color: #b39eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39eb0; background: linear-gradient(135deg, #b39eb0, #B39EA2);