#b1a592
a balanced, soft orange · warm · closest name: silver
RGB
177, 165, 146
HSL
37°, 17%, 63%
CMYK
0, 7, 18, 31
Luminance
0.3833
Every format
| HEX | #b1a592 |
| RGB | rgb(177, 165, 146) |
| HSL | hsl(37, 17%, 63%) |
| CMYK | cmyk(0%, 7%, 18%, 31%) |
| LAB | lab(68.3 1.1 11.4) |
| LCH | lch(68.3 11.5 84.3) |
| OKLCH | oklch(0.727 0.030 79.4) |
Copy-ready code
/* CSS */
color: #b1a592;
background-color: #b1a592;
/* Tailwind (arbitrary) */
class="text-[#b1a592] bg-[#b1a592]"
/* SCSS */
$brand: #b1a592;
/* SwiftUI */
Color(red: 0.694, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#b1a592")Accessibility — WCAG contrast
Aa
#b1a592 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1a592 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow17.5%
Key (black)30.6%
Color previews
#b1a592 text on a black background
contrast 8.67:1
Card sample
#b1a592 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1a592;
Background color
Panel with #b1a592 background
background-color: #b1a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1a592; background: linear-gradient(135deg, #b1a592, #A8B192);