#b9a18a
a balanced, soft orange · warm · closest name: tan
RGB
185, 161, 138
HSL
29°, 25%, 63%
CMYK
0, 13, 25, 28
Luminance
0.3764
Every format
| HEX | #b9a18a |
| RGB | rgb(185, 161, 138) |
| HSL | hsl(29, 25%, 63%) |
| CMYK | cmyk(0%, 13%, 25%, 28%) |
| LAB | lab(67.8 5.2 15.2) |
| LCH | lch(67.8 16.1 71.2) |
| OKLCH | oklch(0.724 0.043 65.9) |
Copy-ready code
/* CSS */
color: #b9a18a;
background-color: #b9a18a;
/* Tailwind (arbitrary) */
class="text-[#b9a18a] bg-[#b9a18a]"
/* SCSS */
$brand: #b9a18a;
/* SwiftUI */
Color(red: 0.725, green: 0.631, blue: 0.541)
/* Android */
Color.parseColor("#b9a18a")Accessibility — WCAG contrast
Aa
#b9a18a on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9a18a on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green63.1%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow25.4%
Key (black)27.5%
Color previews
#b9a18a text on a black background
contrast 8.53:1
Card sample
#b9a18a text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9a18a;
Background color
Panel with #b9a18a background
background-color: #b9a18a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9a18a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 161, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 161, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9a18a; background: linear-gradient(135deg, #b9a18a, #B2B98A);