#b2a592
a balanced, soft orange · warm · closest name: tan
RGB
178, 165, 146
HSL
36°, 17%, 64%
CMYK
0, 7, 18, 30
Luminance
0.3845
Every format
| HEX | #b2a592 |
| RGB | rgb(178, 165, 146) |
| HSL | hsl(36, 17%, 64%) |
| CMYK | cmyk(0%, 7%, 18%, 30%) |
| LAB | lab(68.3 1.5 11.6) |
| LCH | lch(68.3 11.7 82.6) |
| OKLCH | oklch(0.728 0.031 77.5) |
Copy-ready code
/* CSS */
color: #b2a592;
background-color: #b2a592;
/* Tailwind (arbitrary) */
class="text-[#b2a592] bg-[#b2a592]"
/* SCSS */
$brand: #b2a592;
/* SwiftUI */
Color(red: 0.698, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#b2a592")Accessibility — WCAG contrast
Aa
#b2a592 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2a592 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow18.0%
Key (black)30.2%
Color previews
#b2a592 text on a black background
contrast 8.69:1
Card sample
#b2a592 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2a592;
Background color
Panel with #b2a592 background
background-color: #b2a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2a592; background: linear-gradient(135deg, #b2a592, #AAB292);