#b08095
a balanced, soft magenta / pink · warm · closest name: gray
RGB
176, 128, 149
HSL
334°, 23%, 60%
CMYK
0, 27, 15, 31
Luminance
0.2684
Every format
| HEX | #b08095 |
| RGB | rgb(176, 128, 149) |
| HSL | hsl(334, 23%, 60%) |
| CMYK | cmyk(0%, 27%, 15%, 31%) |
| LAB | lab(58.8 21.8 -3.9) |
| LCH | lch(58.8 22.2 349.8) |
| OKLCH | oklch(0.653 0.066 351.1) |
Copy-ready code
/* CSS */
color: #b08095;
background-color: #b08095;
/* Tailwind (arbitrary) */
class="text-[#b08095] bg-[#b08095]"
/* SCSS */
$brand: #b08095;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.584)
/* Android */
Color.parseColor("#b08095")Accessibility — WCAG contrast
Aa
#b08095 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08095 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow15.3%
Key (black)31.0%
Color previews
#b08095 text on a black background
contrast 6.37:1
Card sample
#b08095 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08095;
Background color
Panel with #b08095 background
background-color: #b08095;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08095;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08095; background: linear-gradient(135deg, #b08095, #B08B80);