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