#b09baf
a balanced, muted magenta / pink · warm · closest name: silver
RGB
176, 155, 175
HSL
303°, 12%, 65%
CMYK
0, 12, 1, 31
Luminance
0.3577
Every format
| HEX | #b09baf |
| RGB | rgb(176, 155, 175) |
| HSL | hsl(303, 12%, 65%) |
| CMYK | cmyk(0%, 12%, 1%, 31%) |
| LAB | lab(66.3 11.3 -7.5) |
| LCH | lch(66.3 13.6 326.4) |
| OKLCH | oklch(0.714 0.037 327.4) |
Copy-ready code
/* CSS */
color: #b09baf;
background-color: #b09baf;
/* Tailwind (arbitrary) */
class="text-[#b09baf] bg-[#b09baf]"
/* SCSS */
$brand: #b09baf;
/* SwiftUI */
Color(red: 0.690, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#b09baf")Accessibility — WCAG contrast
Aa
#b09baf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09baf on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow0.6%
Key (black)31.0%
Color previews
#b09baf text on a black background
contrast 8.15:1
Card sample
#b09baf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09baf;
Background color
Panel with #b09baf background
background-color: #b09baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09baf; background: linear-gradient(135deg, #b09baf, #B09BA1);