#b08076
a balanced, soft red · warm · closest name: gray
RGB
176, 128, 118
HSL
10°, 27%, 58%
CMYK
0, 27, 33, 31
Luminance
0.2598
Every format
| HEX | #b08076 |
| RGB | rgb(176, 128, 118) |
| HSL | hsl(10, 27%, 58%) |
| CMYK | cmyk(0%, 27%, 33%, 31%) |
| LAB | lab(58.0 17.2 12.8) |
| LCH | lch(58.0 21.4 36.6) |
| OKLCH | oklch(0.645 0.062 32.0) |
Copy-ready code
/* CSS */
color: #b08076;
background-color: #b08076;
/* Tailwind (arbitrary) */
class="text-[#b08076] bg-[#b08076]"
/* SCSS */
$brand: #b08076;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.463)
/* Android */
Color.parseColor("#b08076")Accessibility — WCAG contrast
Aa
#b08076 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08076 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow33.0%
Key (black)31.0%
Color previews
#b08076 text on a black background
contrast 6.20:1
Card sample
#b08076 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08076;
Background color
Panel with #b08076 background
background-color: #b08076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08076; background: linear-gradient(135deg, #b08076, #B0A776);