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