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