#bba030
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 160, 48
HSL
48°, 59%, 46%
CMYK
0, 14, 74, 27
Luminance
0.3592
Every format
| HEX | #bba030 |
| RGB | rgb(187, 160, 48) |
| HSL | hsl(48, 59%, 46%) |
| CMYK | cmyk(0%, 14%, 74%, 27%) |
| LAB | lab(66.5 -1.9 58.5) |
| LCH | lch(66.5 58.6 91.8) |
| OKLCH | oklch(0.710 0.130 95.0) |
Copy-ready code
/* CSS */
color: #bba030;
background-color: #bba030;
/* Tailwind (arbitrary) */
class="text-[#bba030] bg-[#bba030]"
/* SCSS */
$brand: #bba030;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.188)
/* Android */
Color.parseColor("#bba030")Accessibility — WCAG contrast
Aa
#bba030 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba030 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow74.3%
Key (black)26.7%
Color previews
#bba030 text on a black background
contrast 8.18:1
Card sample
#bba030 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba030;
Background color
Panel with #bba030 background
background-color: #bba030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba030; background: linear-gradient(135deg, #bba030, #79BB30);