#b2a864
a balanced, soft yellow · cool · closest name: tan
RGB
178, 168, 100
HSL
52°, 34%, 55%
CMYK
0, 6, 44, 30
Luminance
0.3839
Every format
| HEX | #b2a864 |
| RGB | rgb(178, 168, 100) |
| HSL | hsl(52, 34%, 55%) |
| CMYK | cmyk(0%, 6%, 44%, 30%) |
| LAB | lab(68.3 -6.2 36.3) |
| LCH | lch(68.3 36.9 99.6) |
| OKLCH | oklch(0.725 0.090 101.0) |
Copy-ready code
/* CSS */
color: #b2a864;
background-color: #b2a864;
/* Tailwind (arbitrary) */
class="text-[#b2a864] bg-[#b2a864]"
/* SCSS */
$brand: #b2a864;
/* SwiftUI */
Color(red: 0.698, green: 0.659, blue: 0.392)
/* Android */
Color.parseColor("#b2a864")Accessibility — WCAG contrast
Aa
#b2a864 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2a864 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green65.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow43.8%
Key (black)30.2%
Color previews
#b2a864 text on a black background
contrast 8.68:1
Card sample
#b2a864 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2a864;
Background color
Panel with #b2a864 background
background-color: #b2a864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2a864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 168, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 168, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2a864; background: linear-gradient(135deg, #b2a864, #88B264);