#b2ac61
a balanced, soft yellow · cool · closest name: tan
RGB
178, 172, 97
HSL
56°, 35%, 54%
CMYK
0, 3, 46, 30
Luminance
0.3983
Every format
| HEX | #b2ac61 |
| RGB | rgb(178, 172, 97) |
| HSL | hsl(56, 35%, 54%) |
| CMYK | cmyk(0%, 3%, 46%, 30%) |
| LAB | lab(69.3 -8.6 39.2) |
| LCH | lch(69.3 40.1 102.4) |
| OKLCH | oklch(0.733 0.097 104.5) |
Copy-ready code
/* CSS */
color: #b2ac61;
background-color: #b2ac61;
/* Tailwind (arbitrary) */
class="text-[#b2ac61] bg-[#b2ac61]"
/* SCSS */
$brand: #b2ac61;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.380)
/* Android */
Color.parseColor("#b2ac61")Accessibility — WCAG contrast
Aa
#b2ac61 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ac61 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow45.5%
Key (black)30.2%
Color previews
#b2ac61 text on a black background
contrast 8.97:1
Card sample
#b2ac61 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ac61;
Background color
Panel with #b2ac61 background
background-color: #b2ac61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ac61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ac61; background: linear-gradient(135deg, #b2ac61, #82B261);