#bba021
a dark, vivid yellow · cool · closest name: olive
RGB
187, 160, 33
HSL
50°, 70%, 43%
CMYK
0, 14, 82, 27
Luminance
0.3582
Every format
| HEX | #bba021 |
| RGB | rgb(187, 160, 33) |
| HSL | hsl(50, 70%, 43%) |
| CMYK | cmyk(0%, 14%, 82%, 27%) |
| LAB | lab(66.4 -2.5 63.5) |
| LCH | lch(66.4 63.5 92.2) |
| OKLCH | oklch(0.709 0.137 96.0) |
Copy-ready code
/* CSS */
color: #bba021;
background-color: #bba021;
/* Tailwind (arbitrary) */
class="text-[#bba021] bg-[#bba021]"
/* SCSS */
$brand: #bba021;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.129)
/* Android */
Color.parseColor("#bba021")Accessibility — WCAG contrast
Aa
#bba021 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba021 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow82.4%
Key (black)26.7%
Color previews
#bba021 text on a black background
contrast 8.16:1
Card sample
#bba021 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba021;
Background color
Panel with #bba021 background
background-color: #bba021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba021; background: linear-gradient(135deg, #bba021, #6FBB21);