#b2ac37
a balanced, vivid yellow · cool · closest name: olive
RGB
178, 172, 55
HSL
57°, 53%, 46%
CMYK
0, 3, 69, 30
Luminance
0.3925
Every format
| HEX | #b2ac37 |
| RGB | rgb(178, 172, 55) |
| HSL | hsl(57, 53%, 46%) |
| CMYK | cmyk(0%, 3%, 69%, 30%) |
| LAB | lab(68.9 -11.8 58.0) |
| LCH | lch(68.9 59.2 101.5) |
| OKLCH | oklch(0.728 0.135 106.4) |
Copy-ready code
/* CSS */
color: #b2ac37;
background-color: #b2ac37;
/* Tailwind (arbitrary) */
class="text-[#b2ac37] bg-[#b2ac37]"
/* SCSS */
$brand: #b2ac37;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.216)
/* Android */
Color.parseColor("#b2ac37")Accessibility — WCAG contrast
Aa
#b2ac37 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ac37 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow69.1%
Key (black)30.2%
Color previews
#b2ac37 text on a black background
contrast 8.85:1
Card sample
#b2ac37 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ac37;
Background color
Panel with #b2ac37 background
background-color: #b2ac37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ac37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ac37; background: linear-gradient(135deg, #b2ac37, #66B237);