#b7a592
a balanced, soft orange · warm · closest name: tan
RGB
183, 165, 146
HSL
31°, 20%, 65%
CMYK
0, 10, 20, 28
Luminance
0.3905
Every format
| HEX | #b7a592 |
| RGB | rgb(183, 165, 146) |
| HSL | hsl(31, 20%, 65%) |
| CMYK | cmyk(0%, 10%, 20%, 28%) |
| LAB | lab(68.8 3.4 12.2) |
| LCH | lch(68.8 12.7 74.4) |
| OKLCH | oklch(0.732 0.034 68.8) |
Copy-ready code
/* CSS */
color: #b7a592;
background-color: #b7a592;
/* Tailwind (arbitrary) */
class="text-[#b7a592] bg-[#b7a592]"
/* SCSS */
$brand: #b7a592;
/* SwiftUI */
Color(red: 0.718, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#b7a592")Accessibility — WCAG contrast
Aa
#b7a592 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7a592 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow20.2%
Key (black)28.2%
Color previews
#b7a592 text on a black background
contrast 8.81:1
Card sample
#b7a592 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7a592;
Background color
Panel with #b7a592 background
background-color: #b7a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7a592; background: linear-gradient(135deg, #b7a592, #B0B792);