#b2ac3d
a balanced, vivid yellow · cool · closest name: olive
RGB
178, 172, 61
HSL
57°, 49%, 47%
CMYK
0, 3, 66, 30
Luminance
0.3931
Every format
| HEX | #b2ac3d |
| RGB | rgb(178, 172, 61) |
| HSL | hsl(57, 49%, 47%) |
| CMYK | cmyk(0%, 3%, 66%, 30%) |
| LAB | lab(69.0 -11.5 55.6) |
| LCH | lch(69.0 56.8 101.7) |
| OKLCH | oklch(0.729 0.131 106.2) |
Copy-ready code
/* CSS */
color: #b2ac3d;
background-color: #b2ac3d;
/* Tailwind (arbitrary) */
class="text-[#b2ac3d] bg-[#b2ac3d]"
/* SCSS */
$brand: #b2ac3d;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.239)
/* Android */
Color.parseColor("#b2ac3d")Accessibility — WCAG contrast
Aa
#b2ac3d on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ac3d on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow65.7%
Key (black)30.2%
Color previews
#b2ac3d text on a black background
contrast 8.86:1
Card sample
#b2ac3d text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ac3d;
Background color
Panel with #b2ac3d background
background-color: #b2ac3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ac3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ac3d; background: linear-gradient(135deg, #b2ac3d, #6AB23D);