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