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