#b2ac1c
a dark, vivid yellow · cool · closest name: olive
RGB
178, 172, 28
HSL
58°, 73%, 40%
CMYK
0, 3, 84, 30
Luminance
0.3905
Every format
| HEX | #b2ac1c |
| RGB | rgb(178, 172, 28) |
| HSL | hsl(58, 73%, 40%) |
| CMYK | cmyk(0%, 3%, 84%, 30%) |
| LAB | lab(68.8 -12.9 66.5) |
| LCH | lch(68.8 67.8 101.0) |
| OKLCH | oklch(0.727 0.149 107.0) |
Copy-ready code
/* CSS */
color: #b2ac1c;
background-color: #b2ac1c;
/* Tailwind (arbitrary) */
class="text-[#b2ac1c] bg-[#b2ac1c]"
/* SCSS */
$brand: #b2ac1c;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.110)
/* Android */
Color.parseColor("#b2ac1c")Accessibility — WCAG contrast
Aa
#b2ac1c on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ac1c on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow84.3%
Key (black)30.2%
Color previews
#b2ac1c text on a black background
contrast 8.81:1
Card sample
#b2ac1c text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ac1c;
Background color
Panel with #b2ac1c background
background-color: #b2ac1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ac1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ac1c; background: linear-gradient(135deg, #b2ac1c, #54B21C);