#b7ac6e
a balanced, soft yellow · cool · closest name: tan
RGB
183, 172, 110
HSL
51°, 34%, 58%
CMYK
0, 6, 40, 28
Luminance
0.4070
Every format
| HEX | #b7ac6e |
| RGB | rgb(183, 172, 110) |
| HSL | hsl(51, 34%, 58%) |
| CMYK | cmyk(0%, 6%, 40%, 28%) |
| LAB | lab(70.0 -5.1 33.3) |
| LCH | lch(70.0 33.7 98.8) |
| OKLCH | oklch(0.739 0.083 99.4) |
Copy-ready code
/* CSS */
color: #b7ac6e;
background-color: #b7ac6e;
/* Tailwind (arbitrary) */
class="text-[#b7ac6e] bg-[#b7ac6e]"
/* SCSS */
$brand: #b7ac6e;
/* SwiftUI */
Color(red: 0.718, green: 0.675, blue: 0.431)
/* Android */
Color.parseColor("#b7ac6e")Accessibility — WCAG contrast
Aa
#b7ac6e on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ac6e on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.5%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow39.9%
Key (black)28.2%
Color previews
#b7ac6e text on a black background
contrast 9.14:1
Card sample
#b7ac6e text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ac6e;
Background color
Panel with #b7ac6e background
background-color: #b7ac6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ac6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 172, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 172, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ac6e; background: linear-gradient(135deg, #b7ac6e, #91B76E);