#b08098
a balanced, soft magenta / pink · warm · closest name: gray
RGB
176, 128, 152
HSL
330°, 23%, 60%
CMYK
0, 27, 14, 31
Luminance
0.2694
Every format
| HEX | #b08098 |
| RGB | rgb(176, 128, 152) |
| HSL | hsl(330, 23%, 60%) |
| CMYK | cmyk(0%, 27%, 14%, 31%) |
| LAB | lab(58.9 22.3 -5.5) |
| LCH | lch(58.9 23.0 346.1) |
| OKLCH | oklch(0.654 0.067 347.7) |
Copy-ready code
/* CSS */
color: #b08098;
background-color: #b08098;
/* Tailwind (arbitrary) */
class="text-[#b08098] bg-[#b08098]"
/* SCSS */
$brand: #b08098;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.596)
/* Android */
Color.parseColor("#b08098")Accessibility — WCAG contrast
Aa
#b08098 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08098 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow13.6%
Key (black)31.0%
Color previews
#b08098 text on a black background
contrast 6.39:1
Card sample
#b08098 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08098;
Background color
Panel with #b08098 background
background-color: #b08098;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08098;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08098; background: linear-gradient(135deg, #b08098, #B08880);