#b2ac0a
a dark, electric yellow · cool · closest name: olive
RGB
178, 172, 10
HSL
58°, 89%, 37%
CMYK
0, 3, 94, 30
Luminance
0.3899
Every format
| HEX | #b2ac0a |
| RGB | rgb(178, 172, 10) |
| HSL | hsl(58, 89%, 37%) |
| CMYK | cmyk(0%, 3%, 94%, 30%) |
| LAB | lab(68.8 -13.3 69.7) |
| LCH | lch(68.8 71.0 100.8) |
| OKLCH | oklch(0.726 0.154 107.1) |
Copy-ready code
/* CSS */
color: #b2ac0a;
background-color: #b2ac0a;
/* Tailwind (arbitrary) */
class="text-[#b2ac0a] bg-[#b2ac0a]"
/* SCSS */
$brand: #b2ac0a;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.039)
/* Android */
Color.parseColor("#b2ac0a")Accessibility — WCAG contrast
Aa
#b2ac0a on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ac0a on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow94.4%
Key (black)30.2%
Color previews
#b2ac0a text on a black background
contrast 8.80:1
Card sample
#b2ac0a text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ac0a;
Background color
Panel with #b2ac0a background
background-color: #b2ac0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ac0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ac0a; background: linear-gradient(135deg, #b2ac0a, #48B20A);