#bba921
a dark, vivid yellow · cool · closest name: olive
RGB
187, 169, 33
HSL
53°, 70%, 43%
CMYK
0, 10, 82, 27
Luminance
0.3905
Every format
| HEX | #bba921 |
| RGB | rgb(187, 169, 33) |
| HSL | hsl(53, 70%, 43%) |
| CMYK | cmyk(0%, 10%, 82%, 27%) |
| LAB | lab(68.8 -7.2 65.6) |
| LCH | lch(68.8 66.0 96.3) |
| OKLCH | oklch(0.729 0.144 101.1) |
Copy-ready code
/* CSS */
color: #bba921;
background-color: #bba921;
/* Tailwind (arbitrary) */
class="text-[#bba921] bg-[#bba921]"
/* SCSS */
$brand: #bba921;
/* SwiftUI */
Color(red: 0.733, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#bba921")Accessibility — WCAG contrast
Aa
#bba921 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba921 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow82.4%
Key (black)26.7%
Color previews
#bba921 text on a black background
contrast 8.81:1
Card sample
#bba921 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba921;
Background color
Panel with #bba921 background
background-color: #bba921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba921; background: linear-gradient(135deg, #bba921, #66BB21);