#b98677
a balanced, soft red · warm · closest name: tan
RGB
185, 134, 119
HSL
14°, 32%, 60%
CMYK
0, 28, 36, 28
Luminance
0.2870
Every format
| HEX | #b98677 |
| RGB | rgb(185, 134, 119) |
| HSL | hsl(14, 32%, 60%) |
| CMYK | cmyk(0%, 28%, 36%, 28%) |
| LAB | lab(60.5 17.5 15.8) |
| LCH | lch(60.5 23.6 42.0) |
| OKLCH | oklch(0.666 0.067 37.0) |
Copy-ready code
/* CSS */
color: #b98677;
background-color: #b98677;
/* Tailwind (arbitrary) */
class="text-[#b98677] bg-[#b98677]"
/* SCSS */
$brand: #b98677;
/* SwiftUI */
Color(red: 0.725, green: 0.525, blue: 0.467)
/* Android */
Color.parseColor("#b98677")Accessibility — WCAG contrast
Aa
#b98677 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b98677 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green52.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow35.7%
Key (black)27.5%
Color previews
#b98677 text on a black background
contrast 6.74:1
Card sample
#b98677 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98677;
Background color
Panel with #b98677 background
background-color: #b98677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 134, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 134, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98677; background: linear-gradient(135deg, #b98677, #B9B277);