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