#bba44f
a balanced, soft yellow · cool · closest name: olive
RGB
187, 164, 79
HSL
47°, 44%, 52%
CMYK
0, 12, 58, 27
Luminance
0.3768
Every format
| HEX | #bba44f |
| RGB | rgb(187, 164, 79) |
| HSL | hsl(47, 44%, 52%) |
| CMYK | cmyk(0%, 12%, 58%, 27%) |
| LAB | lab(67.8 -2.1 46.4) |
| LCH | lch(67.8 46.5 92.6) |
| OKLCH | oklch(0.722 0.108 94.4) |
Copy-ready code
/* CSS */
color: #bba44f;
background-color: #bba44f;
/* Tailwind (arbitrary) */
class="text-[#bba44f] bg-[#bba44f]"
/* SCSS */
$brand: #bba44f;
/* SwiftUI */
Color(red: 0.733, green: 0.643, blue: 0.310)
/* Android */
Color.parseColor("#bba44f")Accessibility — WCAG contrast
Aa
#bba44f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba44f on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow57.8%
Key (black)26.7%
Color previews
#bba44f text on a black background
contrast 8.54:1
Card sample
#bba44f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba44f;
Background color
Panel with #bba44f background
background-color: #bba44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 164, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 164, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba44f; background: linear-gradient(135deg, #bba44f, #8ABB4F);