#bba024
a dark, vivid yellow · cool · closest name: olive
RGB
187, 160, 36
HSL
49°, 68%, 44%
CMYK
0, 14, 81, 27
Luminance
0.3583
Every format
| HEX | #bba024 |
| RGB | rgb(187, 160, 36) |
| HSL | hsl(49, 68%, 44%) |
| CMYK | cmyk(0%, 14%, 81%, 27%) |
| LAB | lab(66.4 -2.4 62.6) |
| LCH | lch(66.4 62.6 92.2) |
| OKLCH | oklch(0.710 0.136 95.8) |
Copy-ready code
/* CSS */
color: #bba024;
background-color: #bba024;
/* Tailwind (arbitrary) */
class="text-[#bba024] bg-[#bba024]"
/* SCSS */
$brand: #bba024;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.141)
/* Android */
Color.parseColor("#bba024")Accessibility — WCAG contrast
Aa
#bba024 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba024 on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow80.7%
Key (black)26.7%
Color previews
#bba024 text on a black background
contrast 8.17:1
Card sample
#bba024 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba024;
Background color
Panel with #bba024 background
background-color: #bba024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba024; background: linear-gradient(135deg, #bba024, #71BB24);