#b08080
a balanced, soft red · warm · closest name: gray
RGB
176, 128, 128
HSL
0°, 23%, 60%
CMYK
0, 27, 27, 31
Luminance
0.2623
Every format
| HEX | #b08080 |
| RGB | rgb(176, 128, 128) |
| HSL | hsl(0, 23%, 60%) |
| CMYK | cmyk(0%, 27%, 27%, 31%) |
| LAB | lab(58.3 18.6 7.3) |
| LCH | lch(58.3 19.9 21.6) |
| OKLCH | oklch(0.647 0.060 18.8) |
Copy-ready code
/* CSS */
color: #b08080;
background-color: #b08080;
/* Tailwind (arbitrary) */
class="text-[#b08080] bg-[#b08080]"
/* SCSS */
$brand: #b08080;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.502)
/* Android */
Color.parseColor("#b08080")Accessibility — WCAG contrast
Aa
#b08080 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08080 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow27.3%
Key (black)31.0%
Color previews
#b08080 text on a black background
contrast 6.25:1
Card sample
#b08080 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08080;
Background color
Panel with #b08080 background
background-color: #b08080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08080; background: linear-gradient(135deg, #b08080, #B0A080);