#bba84a
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 168, 74
HSL
50°, 45%, 51%
CMYK
0, 10, 60, 27
Luminance
0.3906
Every format
| HEX | #bba84a |
| RGB | rgb(187, 168, 74) |
| HSL | hsl(50, 45%, 51%) |
| CMYK | cmyk(0%, 10%, 60%, 27%) |
| LAB | lab(68.8 -4.6 50.0) |
| LCH | lch(68.8 50.2 95.3) |
| OKLCH | oklch(0.730 0.116 98.0) |
Copy-ready code
/* CSS */
color: #bba84a;
background-color: #bba84a;
/* Tailwind (arbitrary) */
class="text-[#bba84a] bg-[#bba84a]"
/* SCSS */
$brand: #bba84a;
/* SwiftUI */
Color(red: 0.733, green: 0.659, blue: 0.290)
/* Android */
Color.parseColor("#bba84a")Accessibility — WCAG contrast
Aa
#bba84a on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba84a on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.9%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow60.4%
Key (black)26.7%
Color previews
#bba84a text on a black background
contrast 8.81:1
Card sample
#bba84a text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba84a;
Background color
Panel with #bba84a background
background-color: #bba84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 168, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 168, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba84a; background: linear-gradient(135deg, #bba84a, #83BB4A);