#b2ac73
a balanced, soft yellow · cool · closest name: tan
RGB
178, 172, 115
HSL
54°, 29%, 58%
CMYK
0, 3, 35, 30
Luminance
0.4021
Every format
| HEX | #b2ac73 |
| RGB | rgb(178, 172, 115) |
| HSL | hsl(54, 29%, 58%) |
| CMYK | cmyk(0%, 3%, 35%, 30%) |
| LAB | lab(69.6 -6.6 30.1) |
| LCH | lch(69.6 30.8 102.3) |
| OKLCH | oklch(0.736 0.076 103.0) |
Copy-ready code
/* CSS */
color: #b2ac73;
background-color: #b2ac73;
/* Tailwind (arbitrary) */
class="text-[#b2ac73] bg-[#b2ac73]"
/* SCSS */
$brand: #b2ac73;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#b2ac73")Accessibility — WCAG contrast
Aa
#b2ac73 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ac73 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow35.4%
Key (black)30.2%
Color previews
#b2ac73 text on a black background
contrast 9.04:1
Card sample
#b2ac73 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ac73;
Background color
Panel with #b2ac73 background
background-color: #b2ac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ac73; background: linear-gradient(135deg, #b2ac73, #8EB273);