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