#b07b4f
a balanced, soft orange · warm · closest name: peru
RGB
176, 123, 79
HSL
27°, 38%, 50%
CMYK
0, 30, 55, 31
Luminance
0.2396
Every format
| HEX | #b07b4f |
| RGB | rgb(176, 123, 79) |
| HSL | hsl(27, 38%, 50%) |
| CMYK | cmyk(0%, 30%, 55%, 31%) |
| LAB | lab(56.0 15.7 32.1) |
| LCH | lch(56.0 35.8 64.0) |
| OKLCH | oklch(0.627 0.089 59.8) |
Copy-ready code
/* CSS */
color: #b07b4f;
background-color: #b07b4f;
/* Tailwind (arbitrary) */
class="text-[#b07b4f] bg-[#b07b4f]"
/* SCSS */
$brand: #b07b4f;
/* SwiftUI */
Color(red: 0.690, green: 0.482, blue: 0.310)
/* Android */
Color.parseColor("#b07b4f")Accessibility — WCAG contrast
Aa
#b07b4f on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07b4f on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green48.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow55.1%
Key (black)31.0%
Color previews
#b07b4f text on a black background
contrast 5.79:1
Card sample
#b07b4f text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07b4f;
Background color
Panel with #b07b4f background
background-color: #b07b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 123, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 123, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07b4f; background: linear-gradient(135deg, #b07b4f, #A4B04F);