#bba554
a balanced, soft yellow · cool · closest name: tan
RGB
187, 165, 84
HSL
47°, 43%, 53%
CMYK
0, 12, 55, 27
Luminance
0.3812
Every format
| HEX | #bba554 |
| RGB | rgb(187, 165, 84) |
| HSL | hsl(47, 43%, 53%) |
| CMYK | cmyk(0%, 12%, 55%, 27%) |
| LAB | lab(68.1 -2.3 44.4) |
| LCH | lch(68.1 44.4 92.9) |
| OKLCH | oklch(0.724 0.105 94.4) |
Copy-ready code
/* CSS */
color: #bba554;
background-color: #bba554;
/* Tailwind (arbitrary) */
class="text-[#bba554] bg-[#bba554]"
/* SCSS */
$brand: #bba554;
/* SwiftUI */
Color(red: 0.733, green: 0.647, blue: 0.329)
/* Android */
Color.parseColor("#bba554")Accessibility — WCAG contrast
Aa
#bba554 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba554 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.7%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow55.1%
Key (black)26.7%
Color previews
#bba554 text on a black background
contrast 8.62:1
Card sample
#bba554 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba554;
Background color
Panel with #bba554 background
background-color: #bba554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 165, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 165, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba554; background: linear-gradient(135deg, #bba554, #8CBB54);