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