#b4875f
a balanced, soft orange · warm · closest name: tan
RGB
180, 135, 95
HSL
28°, 36%, 54%
CMYK
0, 25, 47, 29
Luminance
0.2786
Every format
| HEX | #b4875f |
| RGB | rgb(180, 135, 95) |
| HSL | hsl(28, 36%, 54%) |
| CMYK | cmyk(0%, 25%, 47%, 29%) |
| LAB | lab(59.8 12.2 28.1) |
| LCH | lch(59.8 30.7 66.6) |
| OKLCH | oklch(0.658 0.078 62.5) |
Copy-ready code
/* CSS */
color: #b4875f;
background-color: #b4875f;
/* Tailwind (arbitrary) */
class="text-[#b4875f] bg-[#b4875f]"
/* SCSS */
$brand: #b4875f;
/* SwiftUI */
Color(red: 0.706, green: 0.529, blue: 0.373)
/* Android */
Color.parseColor("#b4875f")Accessibility — WCAG contrast
Aa
#b4875f on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b4875f on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green52.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow47.2%
Key (black)29.4%
Color previews
#b4875f text on a black background
contrast 6.57:1
Card sample
#b4875f text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4875f;
Background color
Panel with #b4875f background
background-color: #b4875f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4875f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 135, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 135, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4875f; background: linear-gradient(135deg, #b4875f, #A8B45F);