#b2a366
a balanced, soft yellow · cool · closest name: tan
RGB
178, 163, 102
HSL
48°, 33%, 55%
CMYK
0, 8, 43, 30
Luminance
0.3662
Every format
| HEX | #b2a366 |
| RGB | rgb(178, 163, 102) |
| HSL | hsl(48, 33%, 55%) |
| CMYK | cmyk(0%, 8%, 43%, 30%) |
| LAB | lab(67.0 -3.3 33.6) |
| LCH | lch(67.0 33.8 95.6) |
| OKLCH | oklch(0.714 0.082 96.0) |
Copy-ready code
/* CSS */
color: #b2a366;
background-color: #b2a366;
/* Tailwind (arbitrary) */
class="text-[#b2a366] bg-[#b2a366]"
/* SCSS */
$brand: #b2a366;
/* SwiftUI */
Color(red: 0.698, green: 0.639, blue: 0.400)
/* Android */
Color.parseColor("#b2a366")Accessibility — WCAG contrast
Aa
#b2a366 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2a366 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green63.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow42.7%
Key (black)30.2%
Color previews
#b2a366 text on a black background
contrast 8.32:1
Card sample
#b2a366 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2a366;
Background color
Panel with #b2a366 background
background-color: #b2a366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2a366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 163, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 163, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2a366; background: linear-gradient(135deg, #b2a366, #8EB266);