#b08090
a balanced, soft magenta / pink · warm · closest name: gray
RGB
176, 128, 144
HSL
340°, 23%, 60%
CMYK
0, 27, 18, 31
Luminance
0.2668
Every format
| HEX | #b08090 |
| RGB | rgb(176, 128, 144) |
| HSL | hsl(340, 23%, 60%) |
| CMYK | cmyk(0%, 27%, 18%, 31%) |
| LAB | lab(58.7 21.0 -1.3) |
| LCH | lch(58.7 21.1 356.6) |
| OKLCH | oklch(0.652 0.063 357.2) |
Copy-ready code
/* CSS */
color: #b08090;
background-color: #b08090;
/* Tailwind (arbitrary) */
class="text-[#b08090] bg-[#b08090]"
/* SCSS */
$brand: #b08090;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.565)
/* Android */
Color.parseColor("#b08090")Accessibility — WCAG contrast
Aa
#b08090 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08090 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow18.2%
Key (black)31.0%
Color previews
#b08090 text on a black background
contrast 6.34:1
Card sample
#b08090 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08090;
Background color
Panel with #b08090 background
background-color: #b08090;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08090;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08090; background: linear-gradient(135deg, #b08090, #B09080);