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