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