#b0ab2f
a dark, vivid yellow · cool · closest name: olive
RGB
176, 171, 47
HSL
58°, 58%, 44%
CMYK
0, 3, 73, 31
Luminance
0.3856
Every format
| HEX | #b0ab2f |
| RGB | rgb(176, 171, 47) |
| HSL | hsl(58, 58%, 44%) |
| CMYK | cmyk(0%, 3%, 73%, 31%) |
| LAB | lab(68.4 -12.6 60.5) |
| LCH | lch(68.4 61.8 101.8) |
| OKLCH | oklch(0.724 0.140 107.1) |
Copy-ready code
/* CSS */
color: #b0ab2f;
background-color: #b0ab2f;
/* Tailwind (arbitrary) */
class="text-[#b0ab2f] bg-[#b0ab2f]"
/* SCSS */
$brand: #b0ab2f;
/* SwiftUI */
Color(red: 0.690, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#b0ab2f")Accessibility — WCAG contrast
Aa
#b0ab2f on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ab2f on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow73.3%
Key (black)31.0%
Color previews
#b0ab2f text on a black background
contrast 8.71:1
Card sample
#b0ab2f text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ab2f;
Background color
Panel with #b0ab2f background
background-color: #b0ab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ab2f; background: linear-gradient(135deg, #b0ab2f, #5FB02F);