#b09080
a balanced, soft orange · warm · closest name: tan
RGB
176, 144, 128
HSL
20°, 23%, 60%
CMYK
0, 18, 27, 31
Luminance
0.3074
Every format
| HEX | #b09080 |
| RGB | rgb(176, 144, 128) |
| HSL | hsl(20, 23%, 60%) |
| CMYK | cmyk(0%, 18%, 27%, 31%) |
| LAB | lab(62.3 9.6 13.0) |
| LCH | lch(62.3 16.2 53.7) |
| OKLCH | oklch(0.678 0.045 48.0) |
Copy-ready code
/* CSS */
color: #b09080;
background-color: #b09080;
/* Tailwind (arbitrary) */
class="text-[#b09080] bg-[#b09080]"
/* SCSS */
$brand: #b09080;
/* SwiftUI */
Color(red: 0.690, green: 0.565, blue: 0.502)
/* Android */
Color.parseColor("#b09080")Accessibility — WCAG contrast
Aa
#b09080 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09080 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green56.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow27.3%
Key (black)31.0%
Color previews
#b09080 text on a black background
contrast 7.15:1
Card sample
#b09080 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09080;
Background color
Panel with #b09080 background
background-color: #b09080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 144, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 144, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09080; background: linear-gradient(135deg, #b09080, #B0B080);