#bba54d
a balanced, soft yellow · cool · closest name: olive
RGB
187, 165, 77
HSL
48°, 45%, 52%
CMYK
0, 12, 59, 27
Luminance
0.3801
Every format
| HEX | #bba54d |
| RGB | rgb(187, 165, 77) |
| HSL | hsl(48, 45%, 52%) |
| CMYK | cmyk(0%, 12%, 59%, 27%) |
| LAB | lab(68.0 -2.8 47.7) |
| LCH | lch(68.0 47.8 93.4) |
| OKLCH | oklch(0.724 0.111 95.4) |
Copy-ready code
/* CSS */
color: #bba54d;
background-color: #bba54d;
/* Tailwind (arbitrary) */
class="text-[#bba54d] bg-[#bba54d]"
/* SCSS */
$brand: #bba54d;
/* SwiftUI */
Color(red: 0.733, green: 0.647, blue: 0.302)
/* Android */
Color.parseColor("#bba54d")Accessibility — WCAG contrast
Aa
#bba54d on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba54d on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.7%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow58.8%
Key (black)26.7%
Color previews
#bba54d text on a black background
contrast 8.60:1
Card sample
#bba54d text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba54d;
Background color
Panel with #bba54d background
background-color: #bba54d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba54d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 165, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 165, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba54d; background: linear-gradient(135deg, #bba54d, #88BB4D);