#b0ab4f
a balanced, soft yellow · cool · closest name: olive
RGB
176, 171, 79
HSL
57°, 38%, 50%
CMYK
0, 3, 55, 31
Luminance
0.3892
Every format
| HEX | #b0ab4f |
| RGB | rgb(176, 171, 79) |
| HSL | hsl(57, 38%, 50%) |
| CMYK | cmyk(0%, 3%, 55%, 31%) |
| LAB | lab(68.7 -10.5 47.2) |
| LCH | lch(68.7 48.4 102.6) |
| OKLCH | oklch(0.727 0.115 106.1) |
Copy-ready code
/* CSS */
color: #b0ab4f;
background-color: #b0ab4f;
/* Tailwind (arbitrary) */
class="text-[#b0ab4f] bg-[#b0ab4f]"
/* SCSS */
$brand: #b0ab4f;
/* SwiftUI */
Color(red: 0.690, green: 0.671, blue: 0.310)
/* Android */
Color.parseColor("#b0ab4f")Accessibility — WCAG contrast
Aa
#b0ab4f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ab4f on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow55.1%
Key (black)31.0%
Color previews
#b0ab4f text on a black background
contrast 8.78:1
Card sample
#b0ab4f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ab4f;
Background color
Panel with #b0ab4f background
background-color: #b0ab4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ab4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 171, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 171, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ab4f; background: linear-gradient(135deg, #b0ab4f, #74B04F);