#bba144
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 161, 68
HSL
47°, 47%, 50%
CMYK
0, 14, 64, 27
Luminance
0.3647
Every format
| HEX | #bba144 |
| RGB | rgb(187, 161, 68) |
| HSL | hsl(47, 47%, 50%) |
| CMYK | cmyk(0%, 14%, 64%, 27%) |
| LAB | lab(66.9 -1.3 50.6) |
| LCH | lch(66.9 50.6 91.5) |
| OKLCH | oklch(0.714 0.116 93.6) |
Copy-ready code
/* CSS */
color: #bba144;
background-color: #bba144;
/* Tailwind (arbitrary) */
class="text-[#bba144] bg-[#bba144]"
/* SCSS */
$brand: #bba144;
/* SwiftUI */
Color(red: 0.733, green: 0.631, blue: 0.267)
/* Android */
Color.parseColor("#bba144")Accessibility — WCAG contrast
Aa
#bba144 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba144 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.1%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow63.6%
Key (black)26.7%
Color previews
#bba144 text on a black background
contrast 8.29:1
Card sample
#bba144 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba144;
Background color
Panel with #bba144 background
background-color: #bba144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 161, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 161, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba144; background: linear-gradient(135deg, #bba144, #86BB44);